Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Added perltidy fixer
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 56c7957a75d08b011c44cda7ec55864dd7cb5d31.
|
|
|
|
|
|
|
|
viewing buffers like git commits
|
|
messages, balloons, and highlights
|
|
|
|
executables by default
|
|
|
|
|
|
|
|
* Add g:ale_php_cs_fixer_options variable
* Fix test
|
|
|
|
* Add fsc as a Scala linter
* Pull reused code into `autoload/ale/` directory
* Include fsc into the README
* Add unit test for testing the scala handler
* Add unit test for scala's fsc linter
* Rename scala unit tests for clarity
* Fix typo in README
* Fix typos in doc/ale.txt
* Fix author headline
* Put methods for fsc commands back into fsc.vim
* Move command_callback tests to correct location
* Rewrite handler test so it actually tests handler
* Clarify description of test in test_scala_handler
|
|
Automatically determine build flags by parsing `make -n` output #1167
|
|
|
|
discovered better
|
|
|
|
b:ale_set_balloons
|
|
|
|
|
|
|
|
* The makefile parser unit test should only test the cflag parser itself
#1167
|
|
|
|
|
|
parsing in C #1167
|
|
|
|
|
|
* handle multibyte string when linting text with redpen
* fix error when no string is provided, fix test's expect value
* remove ambiguious `==` operator
|
|
Add rufo fixer for Ruby files
|
|
|
|
Allow passing options to mix_format
|
|
|
|
To run autocmd before and after every fix cycle.
Fixes #623 (`ALELintPre` was added in #1203).
|
|
* Fixed (g)awk linter
* Made it secure, albeit less useful.
* Added gawk handler; the cpplint one was not working?
* Added gawk handler test.
* added warning to gawk handler.
* added gawk command callback test
* added comment about --source
* added back optional commandline option
|
|
|
|
Fix elm-format fixer name
|
|
* Handle flawfinder severity level
* Reverted code allowing Flawfinder to piggyback off of gcc's format handler
* Gave Flawfinder its own format handler and made requested changes.
|
|
|