Skip to content

Commit

Permalink
Add a couple sql-related linters, now that I'm using sql in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Feb 10, 2024
1 parent ec012c5 commit 5867d8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ enable = [
"gocritic",
"staticcheck",
"goheader",

# SQL-related linters
"rowserrcheck",
"sqlclosecheck",
]

[issues]
Expand Down

0 comments on commit 5867d8a

Please sign in to comment.