Skip to content

Commit

Permalink
enable comment linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell committed May 18, 2023
1 parent 3376d2b commit 7fc472d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ linters:
- 'wastedassign'
- 'whitespace'
issues:
include:
- EXC0012
- EXC0014
exclude-rules:
- text: 'tx.Rollback()'
linters:
Expand Down

0 comments on commit 7fc472d

Please sign in to comment.