aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-08-16 15:32:36 +0200
committerGitHub <noreply@github.com>2021-08-16 15:32:36 +0200
commit7146103be2bc576c273fd9df2f922b6b5ba4c972 (patch)
treecd4e64fde5e940ecea1e1053ea59d708fecdce58 /src/clint.py
parent57fc3d3ed723a909147556a07fd53ed85de6a788 (diff)
downloadrneovim-7146103be2bc576c273fd9df2f922b6b5ba4c972.tar.gz
rneovim-7146103be2bc576c273fd9df2f922b6b5ba4c972.tar.bz2
rneovim-7146103be2bc576c273fd9df2f922b6b5ba4c972.zip
ci: increase clint line length limit to 100 characters (#15252)
Diffstat (limited to 'src/clint.py')
-rwxr-xr-xsrc/clint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clint.py b/src/clint.py
index 4a5e435bbd..e7d76366b0 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -264,7 +264,7 @@ _error_suppressions_2 = set()
# The allowed line length of files.
# This is set by --linelength flag.
-_line_length = 80
+_line_length = 100
# The allowed extensions for file names
# This is set by --extensions flag.