Skip to content

Commit

Permalink
Merge pull request #73 from muzzammilshahid/remove-inactivated-linter
Browse files Browse the repository at this point in the history
Remove inactivated linter
  • Loading branch information
muzzammilshahid authored Jan 25, 2025
2 parents d01416f + 673473f commit cecc55a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ run:
# - src/external_libs
# - autogenerated_by_my_lib

# default is true. Enables skipping of directories:
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
skip-dirs-use-default: true

# which files to skip: they will be analyzed, but issues from them
# won't be reported. Default value is empty list, but there is
Expand Down Expand Up @@ -105,7 +102,6 @@ linters:
- decorder
- durationcheck
- errorlint
- execinquery
- exportloopref
- gci
- gochecknoglobals
Expand All @@ -132,6 +128,8 @@ issues:
# exclude:
# - abcdef

exclude-dirs-use-default: true

# Excluding configuration per-path, per-linter, per-text and per-source
exclude-rules:
# Exclude some linters from running on tests files.
Expand Down

0 comments on commit cecc55a

Please sign in to comment.