Skip to content

Commit

Permalink
Merge pull request #279 from camilamacedo86/add-common-rules-linter
Browse files Browse the repository at this point in the history
(chore): linter incorporates common rules that yield no violations
  • Loading branch information
camilamacedo86 committed Sep 28, 2023
2 parents 5b12480 + 4aee727 commit 3d5d748
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 3d5d748

Please sign in to comment.