Skip to content

Commit

Permalink
Reduce config a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes committed Oct 13, 2020
1 parent 695b39f commit b5daa6c
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
run:
timeout: 5m

build-tags:
- e2e
- performance
- probe
- preupgrade
- postupgrade
- postdowngrade
- istio

skip-dirs:
- pkg/client

skip-files:
- ".pb.go$"

linters:
enable:
- asciicheck
Expand All @@ -32,10 +17,3 @@ issues:
- path: test # Excludes /test, *_test.go etc.
linters:
- gosec
- unparam

# Allow source and sink receivers in conversion code for clarity.
- path: _conversion\.go
text: "ST1016:"
linters:
- stylecheck

0 comments on commit b5daa6c

Please sign in to comment.