Skip to content

Commit

Permalink
Update exclude files for codeclimate report
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeG committed Mar 15, 2019
1 parent 8b4c212 commit bd63ebc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ exclude_patterns:
- "**/__snapshots__/"
- "**/node_modules/"
- "**/*.test.js"
- "**/*.spec.js"
- "**/*.test.jsx"
- "**/*.spec.js"
- "**/*.spec.jsx"
- "**/*.story.js"
- "**/test_*.py"

0 comments on commit bd63ebc

Please sign in to comment.