diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-05-15 21:01:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 12:01:29 -0700 |
commit | 19da1071dca51d0045dd66fbe2a594dfd6c1c445 (patch) | |
tree | 7d5a11288e2180d54828e2de07d3e8a0fb592571 /runtime | |
parent | 717560d221222012d4ff9698141a0d0703eb33cc (diff) | |
download | rneovim-19da1071dca51d0045dd66fbe2a594dfd6c1c445.tar.gz rneovim-19da1071dca51d0045dd66fbe2a594dfd6c1c445.tar.bz2 rneovim-19da1071dca51d0045dd66fbe2a594dfd6c1c445.zip |
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
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/dev_style.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/runtime/doc/dev_style.txt b/runtime/doc/dev_style.txt index aad0842497..6f0b862d3f 100644 --- a/runtime/doc/dev_style.txt +++ b/runtime/doc/dev_style.txt @@ -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. |