aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
Commit message (Expand)AuthorAge
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* fix(clint): disable whitespace/newline #20619Lewis Russell2022-10-12
* docs: various #12823Justin M. Keyes2022-10-09
* docs: fix typos (#20394)dundargoc2022-09-30
* refactor: move definitions from `typval.h` to `typval_defs.h` (#20194)Famiu Haque2022-09-14
* ci(clint): remove "Inner expression indentation should be 4" rule (#20047)dundargoc2022-09-03
* build: add github action annotations for clintLewis Russell2022-07-04
* build(clint): remove redundant checks #18698dundargoc2022-05-22
* build(clint.py): remove rules for includes, whitespace, tabs #18611dundargoc2022-05-20
* ci(clint): remove checks for whitespace after comma/semicolon (#18584)Marco Hinz2022-05-16
* ci(clint): remove clint.py line length check #18574dundargoc2022-05-15
* ci(clint): remove check for include orderDundar Goc2022-05-14
* ci(clint): fix all pyright warningsDundar Goc2022-05-14
* build(clint): remove "function size is too large" warningDundar Goc2022-05-06
* build(clint): remove all python2-isms with pyupgradeDundar Goc2022-04-20
* build(clint): change shebang to python3Dundar Goc2022-04-20
* build(clint): link to wiki when accessing list_T internals directly (#17876)dundargoc2022-03-29
* chore(lgtm): ignore "__eq__ not overridden" warningDundar Göc2022-03-09
* ci(clint): remove "Unknown NOLINT error category" warningDundar Göc2022-03-06
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* ci: increase clint line length limit to 100 characters (#15252)dundargoc2021-08-16
* fix(clint): fix link to style guide. (#14975)dundargoc2021-07-03
* Fix multiple typos (#13063)Hansraj Das2020-10-12
* vim-patch:8.1.1201: output of :command is hard to readJan Edmund Lazo2020-02-16
* api: add nvim_get_runtime_file for finding runtime filesBjörn Linse2020-02-07
* py: flake8 fixesDaniel Hahler2019-07-29
* src/clint.py: flake8 fixes [ci skip] (#10631)Daniel Hahler2019-07-28
* doc [ci skip] #10383Justin M. Keyes2019-07-19
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* clint: remove CheckAltTokens()Justin M. Keyes2019-05-25
* Merge #9815 'vim-patch:8.1.1068: complete_info()'Justin M. Keyes2019-03-30
* clint: check env functionsJustin M. Keyes2019-02-28
* clint: add support for --stdin-filenameDaniel Hahler2018-10-05
* clint: use fileinput for stdinDaniel Hahler2018-10-05
* clint: detect MAYBE and recommend TriStateJan Edmund Lazo2018-08-01
* clint: use stdout for normal/expected output (#8700)Daniel Hahler2018-07-08
* 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