Skip to content

Commit eb087ae

Browse files
committed
Disabling dupl linter due to false positives
1 parent aa32f41 commit eb087ae

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)