Skip to content

Commit

Permalink
chore: update golangci setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrnr committed Jun 10, 2024
1 parent 16d8bd3 commit b2272c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# see: https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml
# see: https://golangci-lint.run/usage/configuration/
run:
go: "1.22"

Expand Down Expand Up @@ -41,9 +41,6 @@ linters:
# ---- deprecated ---- #
- "execinquery"
- "gomnd"
- "rowserrcheck"
- "sqlclosecheck"
- "wastedassign"
# -------------------- #
enable-all: true
fast: false
Expand Down

0 comments on commit b2272c9

Please sign in to comment.