Age | Commit message (Collapse) | Author |
|
|
|
* Include location list end column for rust lint
Fixes #599.
* Include rust lint end_lnum for good measure
* Reverse engineer end_* for rust lint tests
|
|
|
|
across many lines
|
|
than 8 lines
|
|
make prettier options enabled
|
|
|
|
|
|
Remove -X flag from perl defaults.
|
|
|
|
|
|
"-X Disables all warnings regardless of use warnings or $^W". See
"perldoc perlrun" or http://perldoc.perl.org/perlrun.html
With the current defaults, warnings are squashed. For example:
$ perl -X -Mwarnings -c -e'BEGIN { 42 + undef }'
-e syntax OK
$ perl -Mwarnings -c -e'BEGIN { 42 + undef }'
Use of uninitialized value in addition (+) at -e line 1.
-e syntax OK
So, it's not clear from the current defaults whether Ale wants to remove
warnings or enable them. As it stands, it's trying to do both and the
disabling appears to win.
This commit enables warnings by default.
|
|
go: Remove `staticcheck` and `go build` defaults
|
|
Fixes #594
|
|
|
|
Ember-template-lint handler: properly handle template parsing errors.
|
|
|
|
|
|
kotlin linter support for maven/pom.xml
|
|
install Java on Mac OSX"
This reverts commit 528355e2c6cf64fbc0d459a7a512a7823f90043d.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix file name checking in rust handler
* Add a test for rust hanler
* Remove unused variable
|
|
|
|
functions are already tested elsewhere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix minor typo in the g:ale_lint_on_insert_leave docs
|
|
Translate pylint output column to 1-based index
|
|
|
|
|
|
|
|
This should fix #575; also added vader tests to ensure that translation
is working properly.
|
|
|
|
|
|
|
|
statements
|
|
|
|
|