Skip to content

Commit 648cf63

Browse files
kankjewfleming
authored andcommitted
Fix count_threshold example configuration
1 parent 758e817 commit 648cf63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ You can also change the default `count_threshold` for all languages:
6767
plugins:
6868
duplication:
6969
enabled: true
70-
count_threshold: 3
70+
config:
71+
count_threshold: 3
7172
```
7273

7374
### Custom file name patterns

0 commit comments

Comments
 (0)