mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
ci: increase clint line length limit to 100 characters (#15252)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user