Skip to content

Commit

Permalink
Remove deprecated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 2, 2025
1 parent c02a8ce commit b3fc49f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .golangci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ disable = [
# We don't follow its policy about not defining dynamic errors.
"err113",

# This doesn't seem to know about CTEs or DELETEs with RETURNING
"execinquery",

# We often don't initialize all of the struct fields. This is fine
# generally
"exhaustruct",
Expand All @@ -51,9 +48,6 @@ disable = [
"gocognit",
"godox",

# We have to disable both "gomnd" and "mnd" temporarily, apparently.
"gomnd",

# This only "caught" one thing, and it seemed like a reasonable use
# of Han script. Generally, I don't think we want to prevent the use
# of particular scripts. The time.Local checks might be useful, but
Expand Down

0 comments on commit b3fc49f

Please sign in to comment.