don't analyze temp or test
parent
8a63c2c72c
commit
d639ae57a9
|
|
@ -9,3 +9,8 @@ checks:
|
||||||
method-lines:
|
method-lines:
|
||||||
config:
|
config:
|
||||||
threshold: 300
|
threshold: 300
|
||||||
|
exclude_patterns:
|
||||||
|
- "cypress/"
|
||||||
|
- "**/node_modules/"
|
||||||
|
- "temp/"
|
||||||
|
- "test/"
|
||||||
Loading…
Reference in New Issue