Skip to content

Commit

Permalink
ci(linter): ignore nop adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoksr committed Jul 24, 2023
1 parent 685b444 commit 83a1618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ run:
skip-dirs:
- '_examples'
- '_playground'
- 'adapter/nop'
allow-parallel-runners: true
modules-download-mode: 'readonly'

Expand Down

0 comments on commit 83a1618

Please sign in to comment.