aboutsummaryrefslogtreecommitdiff
path: root/clint.py
Commit message (Expand)AuthorAge
* reorgJustin M. Keyes2016-06-03
* clint: Check that boolean operator is placed on the next lineZyX2016-05-01
* clint: Add rule for preincrement/predecrementZyX2016-04-13
* clint: Add diagnostics for things like `char* foo` or `(char*)`ZyX2016-04-13
* clint.py: a function name starting with for is not a for statementBjörn Linse2016-02-29
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* clint: Check indentation and alignment inside expressionsZyX2015-12-11
* clint: Check for spaces after { and before }ZyX2015-12-09
* clint: Do not special-case for() semicolonsZyX2015-12-09
* clint: Disallow old style comments everywhere, except for macrosZyX2015-12-08
* clint: Make sure that braces are always used for if and other clausesZyX2015-12-08
* clint: Add support for errors suppressionZyX2015-08-15
* cmake: Make `make lint` less verboseMichael Reed2015-06-27
* clint.py: don't print `--help` output to stderr and exit 1Michael Reed2015-06-27
* Change neovim.org references to neovim.ioThiago de Arruda2015-04-19
* clint: Add rules to check for memory functions callsThiago de Arruda2015-04-13
* Enable -Wconversion: indent.c.Eliseo Martínez2015-02-18
* Make clint.py pep8-compliant.Eliseo Martínez2015-02-08
* Linting: Recommend os_* instead of POSIX functions.Florian Walch2015-01-11
* spelling fixes #827Will Stamper2014-06-12
* clint: disregard compound literal returnNicolas Hillegeer2014-05-18
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix clint.Eliseo Martínez2014-05-15
* Do not detect macros like VIM_TRUE as boolean valuesZyX2014-05-03
* Use portable format specifiers: Clint advice & other.Eliseo Martínez2014-04-23
* Remove dead code in clint.pyJohn Schmidt2014-04-21
* Added clint check for TRUE/FALSEHinidu2014-04-07
* More cleanupJulian Orth2014-03-27
* remove leftover c++ headersJulian Orth2014-03-27
* remove some leftover function callsJulian Orth2014-03-27
* remove cpp headersJulian Orth2014-03-27
* remove cpp file extensionsJulian Orth2014-03-27
* remove CleanseRawStringsJulian Orth2014-03-27
* remove C++ only _NestingState partsJulian Orth2014-03-27
* clean up CheckForNonStandardConstructJulian Orth2014-03-27
* remove C++ stuff from CheckSpacingForFunctionCallJulian Orth2014-03-27
* remove C++ stuff from CheckSpacingJulian Orth2014-03-27
* remove CheckSectionSpacingJulian Orth2014-03-27
* remove unused functionJulian Orth2014-03-27
* remove some unused variablesJulian Orth2014-03-27
* remove C++ only stuff from CheckLanguageJulian Orth2014-03-27
* remove "stream check" from CheckIncludeLineJulian Orth2014-03-27
* remove CheckForNonConstReferenceJulian Orth2014-03-27
* remove CheckCStyleCastJulian Orth2014-03-27
* remove CheckForIncludeWhatYouUseJulian Orth2014-03-27
* remove CheckMakePairUsesDeductionJulian Orth2014-03-27
* Make script portable across Python versionsSteven Myint2014-03-07
* Issue #66 - Add lint tool and uncrustify config. Update contributing document...David Z. Chen2014-03-05