Skip to content

Commit

Permalink
chore: remove unused and deprecated lint config (#427)
Browse files Browse the repository at this point in the history
```
$ golangci-lint run --fix                
WARN [config_reader] The configuration option `linters.errcheck.exclude` is deprecated, please use `linters.errcheck.exclude-functions`. 

```
  • Loading branch information
jooola committed Apr 30, 2024
1 parent d4f4000 commit 172d137
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Empty file removed .errcheck_excludes.txt
Empty file.
2 changes: 0 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
linters-settings:
errcheck:
exclude: ./.errcheck_excludes.txt
exhaustive:
default-signifies-exhaustive: true
gci:
Expand Down

0 comments on commit 172d137

Please sign in to comment.