mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: configure lll
linter to its default value ie 120 chars
`lll` linter configuration was made for 180 chars till now due to long source code signatures/comments we had in the project. This address it and enabling linter with 120 chars check. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
7409714103
commit
38b013f96a
@ -109,8 +109,7 @@ linters-settings:
|
|||||||
# max line length, lines longer will be reported. Default is 120.
|
# max line length, lines longer will be reported. Default is 120.
|
||||||
# '\t' is counted as 1 character by default, and can be changed with the
|
# '\t' is counted as 1 character by default, and can be changed with the
|
||||||
# tab-width option
|
# tab-width option
|
||||||
# TODO make line length to 120 char
|
line-length: 120
|
||||||
line-length: 180
|
|
||||||
# tab width in spaces. Default to 1.
|
# tab width in spaces. Default to 1.
|
||||||
tab-width: 1
|
tab-width: 1
|
||||||
gocritic:
|
gocritic:
|
||||||
|
Loading…
Reference in New Issue
Block a user