Skip to content

Commit

Permalink
chore: disabled linters
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoDw committed Apr 24, 2020
1 parent bcc5a83 commit 1f178be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,20 @@ linters:
- gocognit
- godox
- wsl
- nestif
- godot

issues:
exclude:
- composite literal uses unkeyed fields
exclude-rules:
- path: _test\.go
linters:
- testpackage
# part of the golangci govet package is picking up things that go vet doesn't. Seems flaky, shutting that specific error off

run:
# which dirs to skip: they won't be analyzed;
skip-dirs:
- vendor
- future
- future

0 comments on commit 1f178be

Please sign in to comment.