Skip to content

Commit 5c22d87

Browse files
committed
add golang tml
1 parent d3dfcda commit 5c22d87

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: "2"
2+
linters:
3+
default: none
4+
disable:
5+
- errcheck
6+
- ineffassign
7+
- staticcheck
8+
9+
enable:
10+
- importas # Enforces consistent import aliases.
11+
- misspell # Finds commonly misspelled English words.
12+
13+
formatters:
14+
enable:
15+
- gofmt
16+
- goimports
17+

0 commit comments

Comments
 (0)