Skip to content

Commit 247dd0f

Browse files
committed
golangci: enable line length linter
1 parent d56ba68 commit 247dd0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ linters-settings:
3636

3737
linters:
3838
enable:
39+
- lll
3940
- gofmt
4041
- tagliatelle
4142
- whitespace

0 commit comments

Comments
 (0)