Skip to content

Commit

Permalink
Merge pull request #40 from hyperledger/fix/golangci
Browse files Browse the repository at this point in the history
Replace a deprecated skip dir option
  • Loading branch information
alex-semenyuk authored Apr 29, 2024
2 parents a24e468 + ff90b29 commit a12b480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
run:
tests: false
skip-dirs:
issues:
exclude-dirs:
- "mocks"
linters-settings:
gocritic:
Expand Down

0 comments on commit a12b480

Please sign in to comment.