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:
dundargoc
2022-05-15 21:01:29 +02:00
committed by GitHub
parent 717560d221
commit 19da1071dc
3 changed files with 6 additions and 49 deletions

View File

@@ -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.