Skip to content

Commit

Permalink
add sqlclosecheck linter
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Jun 3, 2024
1 parent c99d18f commit b41be14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ linters-settings:
- name: package-comments
disabled: true

sqlclosecheck:
closed: true

linters:
disable-all: true
fast: false
Expand All @@ -142,6 +145,7 @@ linters:
- misspell
- typecheck
- whitespace
- sqlclosecheck

issues:
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
Expand Down

0 comments on commit b41be14

Please sign in to comment.