Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmartinez committed Jan 11, 2025
1 parent 41d7cd0 commit 0e66215
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,12 @@ run:
exclude-files:
- "vendor/.*"
- "_test\\.go$"
tests: true

linters-settings:
errcheck:
check-type-assertions: true
check-blank: true
ignore: fmt:.*,write,close
gocyclo:
min-complexity: 15
dupl:
threshold: 100
goconst:
min-len: 3
min-occurrences: 3

issues:
exclude-rules:
Expand All @@ -50,9 +42,4 @@ issues:
- errcheck

max-issues-per-linter: 0
max-same-issues: 0

output:
format: colored-line-number
print-issued-lines: true
print-linter-name: true
max-same-issues: 0

0 comments on commit 0e66215

Please sign in to comment.