Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Apr 5, 2024
1 parent 9ed2ee0 commit 5cc7f27
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
run:
skip-dirs:
issues:
exclude-dirs:
- tint
- vendor
linters-settings:
gocritic:
disabled-checks:
- unlambda
errcheck:
exclude: .errcheck.txt
gofumpt:
extra-rules: true
linters:
errcheck:
exclude-functions:
- (*github.com/tektoncd/pipeline/vendor/go.uber.org/zap.SugaredLogger).Sync
- flag.Set
- logger.Sync
- fmt.Fprintf
- fmt.Fprintln
- (io.Closer).Close
- updateConfigMap
enable:
- asasalint
- asciicheck
Expand Down

0 comments on commit 5cc7f27

Please sign in to comment.