Skip to content

Commit

Permalink
PR(DEPRECATED): Resolve the deprecated gosimple.go warning
Browse files Browse the repository at this point in the history
Resolved this:

```
WARN [config_reader] The configuration option `linters.gosimple.go` is deprecated, please use global `run.go`.
```
  • Loading branch information
shahzadlone committed Oct 4, 2024
1 parent 0b4e0bd commit 76f22e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/configs/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ linters-settings:
local-prefixes: github.com/sourcenetwork/defradb

gosimple:
# Select the Go version to target.
go: "1.22"
# https://staticcheck.io/docs/options#checks
checks: ["all", "-S1038"]
# Turn on all except (these are disabled):
Expand Down

0 comments on commit 76f22e8

Please sign in to comment.