Skip to content

Commit

Permalink
Merge pull request #36 from maxmind/greg/upgrade-golangci-lint
Browse files Browse the repository at this point in the history
Remove deactivated linters
  • Loading branch information
horgh authored Nov 14, 2024
2 parents de65247 + 92a0e98 commit 36b4765
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 36b4765

Please sign in to comment.