Skip to content

Commit d3b2349

Browse files
committed
Disabling dupl linter due to false positives
1 parent 153a98a commit d3b2349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ linters:
3535
disable-all: true
3636
enable:
3737
- dogsled
38-
- dupl
38+
# - dupl Terraform framework uses similar patterns so this linter creates a lot of false positives
3939
- errcheck
4040
- exportloopref
4141
- gocheckcompilerdirectives

0 commit comments

Comments
 (0)