Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Add :ALEFirst and :ALELast commands
* Add documentation for ALEFirst and ALELast commands
* Add tests for ale#loclist_jumping#JumpToIndex()
* Fix the loclist jumping tests
|
|
|
|
* Add ktlint support (without formatting) for kotlin filetype
* Fix code style and refactor to use ALE utility functions (GetMatches)
* Remove options for configuration file
* Refactor: Rename exec variable and use ale#Set for variable configuration
|
|
|
|
will work in vimrc
|
|
configurable
|
|
|
|
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.
|
|
Fixes #594
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix minor typo in the g:ale_lint_on_insert_leave docs
|
|
|
|
|
|
|
|
|
|
|
|
problems
|
|
|
|
|
|
Add clang for objc and objcpp
|
|
instead.
|
|
|
|
* Add xmllint linter for xml
|
|
Allow overriding rubocop executable.
|
|
|
|
|
|
Add checkstyle linter
|
|
|
|
|
|
each buffer
|
|
|
|
lint_file for mypy
|
|
|
|
* Add brakeman for Ruby on Rails
|
|
|
|
shell: Don't default to fish
|
|
|
|
on disk instead
|
|
* Add kotlinc checker for kotlin
|
|
Add Vale linter definitions
|