Skip to content

Commit

Permalink
Enabled additional linters.
Browse files Browse the repository at this point in the history
Enabled `bodyclose`, `decorder`, and `typecheck`.

These currently lint clean, so there are no needed code changes.

Context: #5899

/kind cleanup
  • Loading branch information
bendory authored and tekton-robot committed Dec 29, 2022
1 parent 8d8a9d1 commit 1920789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ linters-settings:
linters:
disable-all: true
enable:
- bodyclose
- decorder
- depguard
- dupword
- errcheck
Expand All @@ -28,6 +30,7 @@ linters:
- govet
- misspell
- revive
- typecheck
- unconvert
- unused
- usestdlibvars
Expand Down

0 comments on commit 1920789

Please sign in to comment.