index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clint.py
Commit message (
Expand
)
Author
Age
*
reorg
Justin M. Keyes
2016-06-03
*
clint: Check that boolean operator is placed on the next line
ZyX
2016-05-01
*
clint: Add rule for preincrement/predecrement
ZyX
2016-04-13
*
clint: Add diagnostics for things like `char* foo` or `(char*)`
ZyX
2016-04-13
*
clint.py: a function name starting with for is not a for statement
Björn Linse
2016-02-29
*
misc: UNIX => Unix #4022
Seth Jackson
2016-01-16
*
clint: Check indentation and alignment inside expressions
ZyX
2015-12-11
*
clint: Check for spaces after { and before }
ZyX
2015-12-09
*
clint: Do not special-case for() semicolons
ZyX
2015-12-09
*
clint: Disallow old style comments everywhere, except for macros
ZyX
2015-12-08
*
clint: Make sure that braces are always used for if and other clauses
ZyX
2015-12-08
*
clint: Add support for errors suppression
ZyX
2015-08-15
*
cmake: Make `make lint` less verbose
Michael Reed
2015-06-27
*
clint.py: don't print `--help` output to stderr and exit 1
Michael Reed
2015-06-27
*
Change neovim.org references to neovim.io
Thiago de Arruda
2015-04-19
*
clint: Add rules to check for memory functions calls
Thiago de Arruda
2015-04-13
*
Enable -Wconversion: indent.c.
Eliseo Martínez
2015-02-18
*
Make clint.py pep8-compliant.
Eliseo Martínez
2015-02-08
*
Linting: Recommend os_* instead of POSIX functions.
Florian Walch
2015-01-11
*
spelling fixes #827
Will Stamper
2014-06-12
*
clint: disregard compound literal return
Nicolas Hillegeer
2014-05-18
*
Introduce nvim namespace: Fix define guards.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix clint.
Eliseo Martínez
2014-05-15
*
Do not detect macros like VIM_TRUE as boolean values
ZyX
2014-05-03
*
Use portable format specifiers: Clint advice & other.
Eliseo Martínez
2014-04-23
*
Remove dead code in clint.py
John Schmidt
2014-04-21
*
Added clint check for TRUE/FALSE
Hinidu
2014-04-07
*
More cleanup
Julian Orth
2014-03-27
*
remove leftover c++ headers
Julian Orth
2014-03-27
*
remove some leftover function calls
Julian Orth
2014-03-27
*
remove cpp headers
Julian Orth
2014-03-27
*
remove cpp file extensions
Julian Orth
2014-03-27
*
remove CleanseRawStrings
Julian Orth
2014-03-27
*
remove C++ only _NestingState parts
Julian Orth
2014-03-27
*
clean up CheckForNonStandardConstruct
Julian Orth
2014-03-27
*
remove C++ stuff from CheckSpacingForFunctionCall
Julian Orth
2014-03-27
*
remove C++ stuff from CheckSpacing
Julian Orth
2014-03-27
*
remove CheckSectionSpacing
Julian Orth
2014-03-27
*
remove unused function
Julian Orth
2014-03-27
*
remove some unused variables
Julian Orth
2014-03-27
*
remove C++ only stuff from CheckLanguage
Julian Orth
2014-03-27
*
remove "stream check" from CheckIncludeLine
Julian Orth
2014-03-27
*
remove CheckForNonConstReference
Julian Orth
2014-03-27
*
remove CheckCStyleCast
Julian Orth
2014-03-27
*
remove CheckForIncludeWhatYouUse
Julian Orth
2014-03-27
*
remove CheckMakePairUsesDeduction
Julian Orth
2014-03-27
*
Make script portable across Python versions
Steven Myint
2014-03-07
*
Issue #66 - Add lint tool and uncrustify config. Update contributing document...
David Z. Chen
2014-03-05