Age | Commit message (Expand) | Author |
2021-11-19 | Add cspell Linter (#3981) | David Houston |
2021-03-01 | Close #2281 - Separate cwd commands from commands | w0rp |
2021-02-06 | Fix #3579 - Escape cppcheck arguments for Windowsv3.1.0 | w0rp |
2021-01-22 | Fix clang-tidy ignoring compile_commands.json | fenuks |
2020-08-28 | Close #3325 - Apply new formatting where possible | w0rp |
2020-08-20 | #3299 Merge gcc and clang into a cc linter | w0rp |
2020-08-19 | Merge pull request #3056 from ts826848/remove-ale-std-if-already-in-GetCFlags | w0rp |
2020-08-10 | Fix #1608 - Treat .h as C++ files for C++ clang-tidy | w0rp |
2020-08-06 | fix cppcheck for 1.89+, and add column support (#3030) | tsjordan-eng |
2020-04-18 | ccls: Detect build dir and set compilationDatabaseDirectory | Tomas Janousek |
2020-03-17 | Avoid overriding parsed C/C++ -std=* flag | Alex Wang |
2019-10-28 | Merge pull request #2700 from elebow/clangcheck-no-color-diagnostics | w0rp |
2019-10-17 | Merge remote-tracking branch 'murfalo/clangd-compile-commands' | w0rp |
2019-10-09 | Added tests for clangd compile commands dectection | Murfalo |
2019-10-06 | Add tests for clangtidy with Makefile | Greg Anders |
2019-10-06 | Use Makefile output with clang-tidy when useful | Greg Anders |
2019-10-03 | Added automatic compile-commands-dir arg to ale_cpp_clangd linter | Murfalo |
2019-09-26 | clangcheck: Add -fno-color-diagnostics | Eddie Lebow |
2019-06-08 | Add additional option setting for clangtidy linter | Jonathan Vander Mey |
2019-06-03 | Fix #1279 - Run cppcheck differently when modified | Christoph Koehler |
2019-05-20 | Close #2359 - Find compile_commands.json in build dirs for cppcheck | w0rp |
2019-05-20 | Fix #2421 - Use compile_commands.json in build dirs to find roots | w0rp |
2019-05-20 | Fix #2512 - Use -o /dev/null for gcc linting | w0rp |
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp |
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp |
2019-02-06 | Update syntax checking | w0rp |
2018-10-30 | Do not enable all clang-tidy checks by default | Andreas Hollmann |
2018-09-28 | Move ccls functions to autoload/ale/handler | Ye Jingchen |
2018-09-26 | Add ccls tests | Ye Jingchen |
2018-09-26 | Add ccls support for C/C++/ObjC | Ye Jingchen |
2018-09-04 | Improve ALE project style checking | w0rp |
2018-08-24 | Add clazy as cpp linter | fenuks |
2018-08-23 | Enabling clangd for cpp, objc and objcpp | Bruno R. Barreyra |
2018-08-09 | Add blank lines to conform the coding standards | kodemeister |
2018-08-07 | Use .cquery file to detect the project root | kodemeister |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp |
2018-07-30 | Indicate that a C compiler failed due to problems in a header file | w0rp |
2018-07-29 | Add support for parsing compile_commands.json files for C compilers | w0rp |
2018-07-04 | Make the language option for LSP linters optional | w0rp |
2018-06-07 | #1635 - Use the project base rather than its parent for cquery | Ben Falconer |
2018-06-06 | Add the cquery LSP #1475 #1594 | Ben Falconer |
2018-04-10 | Fix #1490 - Rename the g++ linter to gcc, and add an alias for the old name | w0rp |
2018-03-28 | Flawfinder for C++: | christian-gibbons |
2018-03-27 | #1167 Use the make -n parsing for C++ compilers, and document the new option | w0rp |
2018-03-10 | Handle flawfinder severity level (#1400) | Christian-Gibbons |
2018-02-25 | New linter: Flawfinder (#1361) | Christian-Gibbons |
2018-01-02 | Fix #1255: Move extra clang-check args to before user options | Jonatan Olofsson |
2017-07-20 | #782 - Do not set the build directory for clang-tidy for header files, which ... | w0rp |
2017-07-17 | #703 Add arguments to avoid generating plist files if no build directory is d... | w0rp |
2017-07-17 | Fix another executable callback typo | w0rp |