Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* Line continuation characters should be on the same lines.
* .vim file line indentation should be a multiple of 4.
|
|
|
|
Tests are kept as-is.
|
|
|
|
|
|
* The project style linter now runs while you type.
* Now the scripts for checking the project require blank lines.
* Many style issues have been found and fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix missing variable causing flawfinder to fail for c++
|
|
|
|
* 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.
|
|
* Flawfinder support added for C and C++
A minor modification to gcc handler was made to support flawfinder's
single-line output format that does not have a space following the
colon denoting the warning level. gcc handler still passes its
Vader tests after this modification.
* Documentation fixes
* Revert documentation regression
* Added Flawfinder to table of contents
* Removed trailing whitespace
* Follow ALE conventions better
Added additional documentation and Vader tests
|
|
|
|
does not work
|
|
detected for clang-check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix option passing to cpplint
|
|
|
|
Add a clangcheck linter
|
|
Detect compille_commands.json files for clang-tidy
|
|
or include directories
|
|
|
|
|
|
|
|
on disk instead
|
|
|
|
|
|
|
|
|
|
|