Skip to content

Commit

Permalink
(chore): linter incorporates common rules that yield no violations
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Macedo <[email protected]>
  • Loading branch information
Camila Macedo committed Sep 28, 2023
1 parent 74b6958 commit c896a55
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
run:
deadline: 5m
allow-parallel-runners: true

linters:
enable:
- dupl
- errcheck
- exportloopref
- gocyclo
- gofmt
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unparam
- unused

0 comments on commit c896a55

Please sign in to comment.