Skip to content

Commit 24d8885

Browse files
authored
Merge pull request #852 from Br3nda/fix/codeclimate
Ignore react library in code climate
2 parents e3caef7 + 6cc9247 commit 24d8885

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.codeclimate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: '2'
2+
exclude_patterns:
3+
- lib/assets/
4+
- react-builds/
5+
- react_ujs/dist/
6+
- test/

0 commit comments

Comments
 (0)