aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
Commit message (Expand)AuthorAge
* clint: Make linter report line where it found opening braceZyX2017-12-23
* clint,eval: Make linter check for direct usage of list attributesZyX2017-12-12
* rpc: Don't delay notifications when request is pending (#6544)Björn Linse2017-10-29
* clint: allow starting brace after `enum`Justin M. Keyes2017-08-06
* kbtree: make warning free and delete deprecated macrosBjörn Linse2017-06-24
* clint: check FUNC_ATTR lines to have 2-space indentBjörn Linse2017-06-03
* Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\
| * clint: Do not report zero errorsZyX2017-03-31
| * eval: Split eval.c into smaller filesZyX2017-03-29
* | clint: Allow omitting include guards in .c.h file and func_attr.h fileZyX2017-03-27
|/
* xstrlcat: Allow overlapped pointers. (#6017)Justin M. Keyes2017-01-31
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* clint.py: Suggest xstrlcat instead of strcat.Justin M. Keyes2017-01-23
* src/clint.py: improve "Ignoring" messageDaniel Hahler2017-01-13
* Merge pull request #5863 from ZyX-I/more-clint-checksJames McCoy2017-01-10
|\
| * clint: Check for misplaced brace at function startZyX2017-01-03
| * clint: Enable check for `{` positioned at the start of the line correctlyZyX2017-01-03
* | Merge #5079 from ZyX-I/shada-save-current-posJustin M. Keyes2017-01-07
|\ \
| * | clint: Add more exceptions to “space after a cast” ruleZyX2017-01-06
| |/
* / clint: Allow including .c.h files multiple timesZyX2017-01-03
|/
* *: Fix linter errorsZyX2016-06-24
* clint: Add rules that forbids spaces after a cast operatorZyX2016-06-11
* clint: Reject indented preprocessor directivesZyX2016-06-11
* clint: Do not allow aligning line continuation charactersZyX2016-06-11
* reorgJustin M. Keyes2016-06-03