Skip to content

Commit 722e5db

Browse files
committed
chore(codeclimate): adds codeclimate configuration file
1 parent fb5886b commit 722e5db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.codeclimate.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
engines:
2+
eslint:
3+
enabled: true
4+
ratings:
5+
paths:
6+
- src/**
7+
exclude_paths:
8+
- spec/**/*
9+
- docs/**/*

0 commit comments

Comments
 (0)