Skip to content

Commit

Permalink
Merge pull request #14 from Skyenought/patch-1
Browse files Browse the repository at this point in the history
Update .golangci.yaml
  • Loading branch information
GuangmingLuo authored Jul 17, 2024
2 parents 7a29128 + 6a9032e commit 925aeda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
run:
# include `vendor` `third_party` `testdata` `examples` `Godeps` `builtin`
skip-dirs-use-default: true
skip-dirs:
skip-files:
- ".*\\.mock\\.go$"
# output configuration options
output:
# Format: colored-line-number|line-number|json|tab|checkstyle|code-climate|junit-xml|github-actions
format: colored-line-number
formats: colored-line-number
# All available settings of specific linters.
# Refer to https://golangci-lint.run/usage/linters
linters-settings:
Expand All @@ -34,3 +31,6 @@ linters:
- staticcheck
issues:
exclude-use-default: true
exclude-files:
- ".*\\.mock\\.go$"
exclude-dirs:

0 comments on commit 925aeda

Please sign in to comment.