Skip to content

Commit

Permalink
chore: bump max line length to 120 (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matyushentsev <[email protected]>
  • Loading branch information
alexmt authored Oct 16, 2023
1 parent 33fc1f0 commit 4053c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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: 80
line-length: 120
# tab width in spaces. Default to 1.
tab-width: 2
maligned:
Expand Down

0 comments on commit 4053c68

Please sign in to comment.