Skip to content

Commit

Permalink
Disable errorchk rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sequel21 committed Nov 12, 2024
1 parent 037213a commit c3429da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
linters-settings:
errcheck:
check-type-assertions: true
check-type-assertions: false
goconst:
min-len: 2
min-occurrences: 3
Expand Down

0 comments on commit c3429da

Please sign in to comment.