Skip to content

Commit

Permalink
update rule
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed May 22, 2024
1 parent 4e43d5c commit ce5b88f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ issues:
- errcheck
- forcetypeassert
- funlen
- goerr113
- err113
- dupl
- maintidx

Expand All @@ -59,11 +59,11 @@ linters:
- dupl
- dupword
- durationcheck
- err113
- errcheck
- errchkjson
- errname
- errorlint
- execinquery
- exhaustive
- exportloopref
# - forbidigo
Expand All @@ -77,7 +77,6 @@ linters:
- goconst
- gocritic
- godot
- goerr113
- gofmt
- gofumpt
- goheader
Expand Down
2 changes: 1 addition & 1 deletion paramgen/internal/paramgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//nolint:goerr113,wrapcheck // we don't care about wrapping errors here
//nolint:err113,wrapcheck // we don't care about wrapping errors here
package internal

import (
Expand Down

0 comments on commit ce5b88f

Please sign in to comment.