Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiss, Tibor committed Feb 1, 2024
1 parent ae023cd commit fe927d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/lint/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ linters:
- sqlclosecheck # not needed for this project
- varcheck # deprecated (since v1.49.0) and replaced by 'unused'
- wsl # too strict and mostly code is not more readable
### disabled for now... will be enabled 1 by 1
- dupl
- forcetypeassert
- gosec
Expand All @@ -33,7 +32,6 @@ linters:
- unconvert
- varnamelen
- wrapcheck
### Disable linters one by one
- testifylint
- bodyclose
- containedctx
Expand Down

0 comments on commit fe927d3

Please sign in to comment.