Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall authored and ycombinator committed Dec 18, 2024
1 parent 90960d0 commit a3fc29d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,27 +131,11 @@ linters-settings:
require-specific: false

staticcheck:
<<<<<<< HEAD
# Select the Go version to target. The default is '1.13'.
go: "1.22.10"
checks: ["all"]

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.22.10"
checks: ["all"]

unused:
# Select the Go version to target. The default is '1.13'.
go: "1.22.10"

=======
checks: ["all"]

stylecheck:
checks: ["all"]

>>>>>>> 2bdc3c509a (feat: bump to go 1.23.0)
gosec:
excludes:
- G306 # Expect WriteFile permissions to be 0600 or less
Expand Down

0 comments on commit a3fc29d

Please sign in to comment.