ci: increase clint line length limit to 100 characters (#15252)

This commit is contained in:
dundargoc 2021-08-16 15:32:36 +02:00 committed by GitHub
parent 57fc3d3ed7
commit 7146103be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
BasedOnStyle: Google
Language: Cpp
ColumnLimit: 80
ColumnLimit: 100
IndentWidth: 2
TabWidth: 2
UseTab: Never

View File

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