Skip to content

Commit

Permalink
Remove deactivated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Nov 11, 2024
1 parent d18fe37 commit 4c64fe8
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 4c64fe8

Please sign in to comment.