Skip to content

Commit 4a4e0e5

Browse files
committed
add configuration file with a version field
1 parent e376f09 commit 4a4e0e5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/integration/.golangci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: "2"
2+
3+
linters:
4+
enable:
5+
- gofmt
6+
- goimports
7+
- govet
8+
- ineffassign
9+
- misspell
10+
- staticcheck
11+
12+
issues:
13+
max-issues-per-linter: 0
14+
max-same-issues: 0

0 commit comments

Comments
 (0)