Skip to content

Commit

Permalink
enable lll linter
Browse files Browse the repository at this point in the history
  • Loading branch information
divyenpatel committed Jul 20, 2021
1 parent 628b406 commit 55dfe8d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .golangci.yml
Expand Up @@ -11,4 +11,12 @@ linters:
- typecheck
- unused
- varcheck
- misspell
- misspell
- lll
linters-settings:
lll:
# 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
line-length: 120
# tab width in spaces. Default to 1.
tab-width: 1

0 comments on commit 55dfe8d

Please sign in to comment.