Skip to content

Commit

Permalink
refactor(lint): disable dupl lint
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Jul 31, 2020
1 parent 5854b8a commit 7d1b9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ linters:
- unconvert
# - unparam
- scopelint
- dupl
# - dupl
- interfacer
- stylecheck

Expand Down

0 comments on commit 7d1b9ac

Please sign in to comment.