mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 12:35:00 +00:00
ci(clint): remove clint.py line length check #18574
uncrustify is the source of truth where possible. Remove any redundant checks from clint.py. See also https://github.com/neovim/neovim/pull/18563
This commit is contained in:
@@ -771,15 +771,6 @@ getting used to, but it is important that all project contributors follow the
|
||||
style rules so that they can all read and understand everyone's code easily.
|
||||
|
||||
|
||||
Line Length ~
|
||||
|
||||
Each line of text in your code should be at most 100 characters long.
|
||||
|
||||
Exception: if a comment line contains an example command or a literal URL
|
||||
longer than 100 characters, that line may be longer than 100 characters for ease
|
||||
of cut and paste.
|
||||
|
||||
|
||||
Non-ASCII Characters ~
|
||||
|
||||
Non-ASCII characters should be rare, and must use UTF-8 formatting.
|
||||
|
||||
Reference in New Issue
Block a user