Skip to content

Commit 8174fd5

Browse files
authoredApr 10, 2020
provider: enable gocritic & unparam linters (#6432)
1 parent 950fbaf commit 8174fd5

File tree

128 files changed

+335
-573
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+335
-573
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ website/node_modules
2424
.idea
2525
*.iml
2626
*.test
27-
*.iml
2827

2928
website/vendor
3029

‎.golangci-travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ linters:
1111
enable:
1212
- deadcode
1313
- errcheck
14+
- gocritic
1415
- gofmt
1516
- goimports
1617
- gosimple
@@ -23,6 +24,7 @@ linters:
2324
- structcheck
2425
- typecheck
2526
- unconvert
27+
- unparam
2628
- varcheck
2729
- vet
2830
- vetshadow

0 commit comments

Comments
 (0)
Please sign in to comment.