update to codeclimate configuration to exclude tests and specs (#226)

This commit is contained in:
Aaron Wentzel 2018-04-09 10:20:41 -07:00 коммит произвёл Nicholas Rice
Родитель 4637a905fe
Коммит f4aeada14b
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -50,4 +50,10 @@ exclude_patterns:
- "**/dist/"
- "**/www/"
- "**/node_modules/"
- "**/*.d.ts"
- "**/*.d.ts"
- "**/__tests__/"
- "**/__snapshots__/"
- "**/*.spec.ts"
- "**/*.spec.tsx"
- "**/*.test.ts"
- "**/*.test.tsx"