Skip to content

Commit

Permalink
Merge pull request #513 from MUzairS15/MUzairS15/golangci
Browse files Browse the repository at this point in the history
Update `golangci-lint` config
  • Loading branch information
Mohd Uzair authored Jun 18, 2024
2 parents 761df57 + 6a2d5b3 commit b7fd4b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ linters-settings:
- prealloc
govet:
enabled: true
check-shadowing: true
shadow: true
tests: true
golint:
enabled: true
Expand Down Expand Up @@ -53,12 +53,12 @@ linters:
- scopelint
exclude-rules:
- testpackage

run:
timeout: 5m
enable-cache: true
skip-dirs:
issues:
exclude-dirs:
- vendor
- bundle
- hack
- img
- img
run:
timeout: 5m
enable-cache: true

0 comments on commit b7fd4b6

Please sign in to comment.