Age | Commit message (Collapse) | Author |
|
executables by default
|
|
pylint: Move to the buffer's directory before running pylint command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add g:ale_php_cs_fixer_options variable
* Fix test
|
|
|
|
|
|
* Add first qmlfmt support
* Add GetCommand() function
- pass --error/-e option
* Add handle unittest
- fix pattern regex
- store col as integer
* Update docs
* Add command callback unit 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
|
|
Fix Flawfinder for C++
|
|
Add support for Mercury language using mmc as a linter.
|
|
Fix missing variable causing flawfinder to fail for c++
|
|
|
|
Automatically determine build flags by parsing `make -n` output #1167
|
|
|
|
discovered better
|
|
|
|
|
|
|
|
|
|
|
|
b:ale_set_balloons
|
|
* Add basic qmllint support
* Use temp file, remove superfluous error code key, adjust author info
* Add qmllint handler parse test
|
|
Support textlint for plaintext
|
|
|
|
|
|
|
|
Handle ranges for the remark linter #1207
|
|
|
|
Added the word 'find' as it was missing in docs/ale-cs.txt
|
|
|
|
|
|
|
|
|
|
Add new FAQ item for g:ale_list_window_size
|
|
|
|
doc: fix misspelled feature name
|
|
|
|
fix: po msgfmt output to stdout (#1435)
|
|
|
|
|
|
* The makefile parser unit test should only test the cflag parser itself
#1167
|
|
|
|
Lint whole package for gosimple and gotype
|
|
|
|
|