Skip to content

Commit

Permalink
tables: exclude 'dupl'
Browse files Browse the repository at this point in the history
It was showing false positives for Arch and OS tables.
  • Loading branch information
myhro committed Dec 29, 2021
1 parent d0dc922 commit 0fa1f7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
issues:
exclude-rules:
- path: tables/.*\.go
linters:
- dupl
linters:
enable-all: true
disable:
Expand Down

0 comments on commit 0fa1f7e

Please sign in to comment.