| 
							
							
								 Carlos Coêlho | daee4a4722 | Add prospector for checking Python code (#1183) | 2017-12-01 17:04:30 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | a43ada93e4 | Allow warnings about trailing whitespace to be disabled for pycodestyle, and cover the flake8 code with tests | 2017-11-28 10:12:49 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | 0ab689db0a | Allow warnings about trailing blank lines to be hidden for flake8 and pycodestyle | 2017-11-28 10:08:34 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | 52f3ad7c75 | Escape the pyls executable in the command, and support running virtualenv pyls executables | 2017-11-21 23:51:18 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | 49ccfb1a00 | Fix #516 - Add support for pyflakes for Python | 2017-11-17 18:11:28 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | 1d65e5692f | #852 Capture error codes for pycodestyle, and consider every code except E999 to be style errors or warnings | 2017-11-15 17:47:24 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | cf538c3a58 | #852 Capture error codes for pylint, throw away the msgid values | 2017-11-15 17:35:34 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | d8f9aef84a | #852 - Capture error codes for flake8 | 2017-11-14 09:41:29 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | d425b8a18a | Simplfy semver handling and share the semver version cache across everything | 2017-11-09 23:42:54 +00:00 |  | 
			
				
					| 
							
							
								 Auri | 8a4cf923a8 | Add PyLS linter (#1097) * Support PyLS (python language server)
* Replace pyls#GetProjectRoot and add more config types to ale#python#FindProjectRoot | 2017-11-08 17:58:56 +00:00 |  | 
			
				
					| 
							
							
								 Michael | 8f8d015dae | Add pycodestyle Python linter support (#872) Add a pycodestyle linter | 2017-08-25 12:46:56 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | cc02eb8a5a | #653 Show errors from other files for mypy | 2017-08-20 17:43:42 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | d5ae3201a4 | Ban !=# and !=? from the codebase | 2017-08-11 00:31:42 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | b9f31621e4 | Move --format=default in the flake8 command to the return value, and remove extra spaces in the tests | 2017-08-10 09:58:32 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Grossman | fe95fcd357 | Default flake8 to --format=default | 2017-08-09 10:05:56 -07:00 |  | 
			
				
					| 
							
							
								 w0rp | a535d07f28 | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | 2017-08-08 08:39:13 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | a04e73ddbc | #729 - Support running Python programs from virtualenv for Windows | 2017-07-05 13:07:55 +01:00 |  | 
			
				
					| 
							
							
								 Nick Krichevsky | 14cca6d115 | Remove style classification from E999 (#696) * Remove style classification from E999
* Update test_flake8_handler to reflect E999 changes | 2017-06-27 15:07:26 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 16ba9bd680 | Fix #680 - Use --shadow-file to check for problems with mypy while you type | 2017-06-27 10:06:03 +01:00 |  | 
			
				
					| 
							
							
								 John Sivak | 539a76c5ae | Change regex to better handle messages with multiple groups of parentheses. | 2017-06-25 20:19:39 -04:00 |  | 
			
				
					| 
							
							
								 John Sivak | a9b29fef28 | Feature/restore display of symbol (#693) * Add display of the pylint symbol name after the message.
* Update test to pass. | 2017-06-25 18:22:13 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 07af1799b1 | #430 Use the style sub_type for flake8 problems | 2017-06-14 16:40:03 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | f6b0a28cba | Split up the flake8 and ansible-lint handlers | 2017-06-14 16:20:30 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 42efd51723 | Fix #596 - Report exceptions thrown by flake8 | 2017-05-31 15:20:12 +01:00 |  | 
			
				
					| 
							
							
								 Nozomu Okuda | 43098171ac | Translate pylint output column to 1-based index This should fix #575; also added vader tests to ensure that translation
is working properly. | 2017-05-24 21:40:06 -06:00 |  | 
			
				
					| 
							
							
								 w0rp | 07b2542c0d | #549 Temporarily revert shell escaping changes, just for Windows | 2017-05-12 09:20:16 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 6ea00af689 | #540 Fix shell escaping pretty much everywhere | 2017-05-08 22:59:25 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 1a157b1cd5 | Support python -m flake8for users who are running flake8 that way | 2017-05-07 16:31:33 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 4228c503f4 | #335 Detect flake8 in vritualenv, and escape the executable path | 2017-05-07 16:16:17 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 02f6fba6cb | Remove a comment we don't need any more | 2017-05-07 15:29:16 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | a9c5e14fc9 | Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use lint_file for mypy | 2017-05-06 23:19:54 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 07bcbd4c06 | Escape the pylint executable appropriately | 2017-05-06 21:20:02 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | f2c9fc403a | Fix #208 - Use the file on disk for pylint, and follow import paths | 2017-05-06 19:30:41 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 2e1c9b0fa5 | #208 Automatically detect pylint in virtualenv directories | 2017-05-06 19:11:43 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 0b4acd6453 | Fix #518 Fix handling of spaces in filenames for various linters | 2017-04-29 17:33:18 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | a03121f5b0 | Break shared handlers up into their own files, and fix stylelint error handling | 2017-04-24 22:27:18 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | bdad25eefd | Add a function for getting matches, and use it to simplify a lot of code | 2017-04-18 00:35:53 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | e237add9fd | Move path functions to their own file | 2017-04-17 23:29:02 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | e97dada261 | #427 Implement buffer variable overrides for all linter options | 2017-04-16 01:24:08 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | 706dd050f2 | Fix #257 in preparation for #427, standardise options with fallbacks, and make it so every value can be computed dynamically | 2017-04-15 13:36:16 +01:00 |  | 
			
				
					| 
							
							
								 w0rp | b2fe1b2567 | Copy all loclist items returned from handlers, and set up defaults for convenience | 2017-02-26 14:51:22 +00:00 |  | 
			
				
					| 
							
							
								 John Sivak | 9c93e79a66 | Add display of the pylint symbol name for the msg_id. | 2017-02-25 13:23:36 -05:00 |  | 
			
				
					| 
							
							
								 w0rp | ecbb276805 | Replace every stdin-wrapper script with the new %t formatting support | 2017-02-11 19:40:57 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | a3b7056cad | #289 Only use the --stdin-display-name flag if the flake8 version supports it | 2017-02-06 11:12:27 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | d953c68ebb | Fix mypy error parsing when column numbers are included. | 2017-02-04 19:47:37 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | 9820899b9e | Improve mypy handling a little bit more | 2017-01-20 17:30:34 +00:00 |  | 
			
				
					| 
							
							
								 Aswin | d45505e135 | Fix using variable g:ale_python_mypy_options that was not defined | 2017-01-18 16:01:36 +05:30 |  | 
			
				
					| 
							
							
								 w0rp | 41686980fd | Document the mypy options, and fix spacing issues, largely in the documentation | 2017-01-15 13:20:23 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | 35bdd6f478 | Merge pull request #237 from keith/ks/mypy-linter Add python mypy support | 2017-01-15 13:05:37 +00:00 |  | 
			
				
					| 
							
							
								 w0rp | f1ac7c9f73 | Rename pylint _args variables to _options variables | 2017-01-15 13:05:07 +00:00 |  |