mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-01 00:53:29 +08:00
Add an option disabling warnings about trailing whitespace, and use it in flake8.
This commit is contained in:
@@ -40,3 +40,8 @@ endif
|
||||
if !exists('g:ale_echo_cursor')
|
||||
let g:ale_echo_cursor = 1
|
||||
endif
|
||||
|
||||
" This flag can be set to 0 to disable warnings for trailing whitespace
|
||||
if !exists('g:ale_warn_about_trailing_whitespace')
|
||||
let g:ale_warn_about_trailing_whitespace = 1
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user