update to codeclimate configuration to exclude tests and specs (#226)
This commit is contained in:
Родитель
4637a905fe
Коммит
f4aeada14b
|
@ -50,4 +50,10 @@ exclude_patterns:
|
|||
- "**/dist/"
|
||||
- "**/www/"
|
||||
- "**/node_modules/"
|
||||
- "**/*.d.ts"
|
||||
- "**/*.d.ts"
|
||||
- "**/__tests__/"
|
||||
- "**/__snapshots__/"
|
||||
- "**/*.spec.ts"
|
||||
- "**/*.spec.tsx"
|
||||
- "**/*.test.ts"
|
||||
- "**/*.test.tsx"
|
Загрузка…
Ссылка в новой задаче