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:
Humble Chirammal 2021-06-24 18:10:56 +05:30 committed by mergify[bot]
parent 7409714103
commit 38b013f96a

View File

@ -109,8 +109,7 @@ linters-settings:
# 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
# tab-width option
# TODO make line length to 120 char
line-length: 180
line-length: 120
# tab width in spaces. Default to 1.
tab-width: 1
gocritic: