Skip to content

Commit

Permalink
fixing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Feb 22, 2025
1 parent 1dbc228 commit baafb11
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
timeout: 5m # Increase from default 1m to 5m
timeout: 5m

linters-settings:
dupl:
Expand Down Expand Up @@ -34,8 +34,6 @@ linters-settings:
min-complexity: 10
goimports:
local-prefixes: github.com/golangci/golangci-lint
golint:
min-confidence: 0
mnd:
checks:
- argument
Expand All @@ -52,8 +50,6 @@ linters-settings:
- (gofr.dev/pkg/gofr/Logger).Errorf
lll:
line-length: 140
maligned:
suggest-new: true
misspell:
locale: US
nolintlint:
Expand Down Expand Up @@ -149,9 +145,6 @@ linters:
# - testpackage # We also need to do unit test for unexported functions. And adding _internal in all files is cumbersome.


service:
golangci-lint-version: 1.59.x

issues:
# exclude-use-default: false
# exclude-use-default: false # By default, golangci-lint does not enforce comments on exported types. We want it.
Expand Down

0 comments on commit baafb11

Please sign in to comment.