Skip to content

Commit bac7bba

Browse files
committed
chore: updated lint settings
1 parent 65e216f commit bac7bba

File tree

2 files changed

+17
-52
lines changed

2 files changed

+17
-52
lines changed

.golangci.toml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.golangci.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
run:
2+
go: 1.18
3+
4+
linter-settings:
5+
misspell:
6+
locale: US
7+
8+
linters:
9+
enable:
10+
- gofumpt
11+
- unconvert
12+
- revive
13+
- forbidigo
14+
- tagliatelle
15+
- misspell
16+
disable:
17+
- structcheck

0 commit comments

Comments
 (0)