Skip to content

Commit 5e5bfb4

Browse files
committed
Add codeclimate yml
1 parent cb6932a commit 5e5bfb4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.codeclimate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
languages:
2+
JavaScript: true
3+
exclude_paths:
4+
- "build/*"
5+
- "dist/*"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Then add `validation.match` to your angular dependencies
2222

2323
<small>*Note: For angular 1.2 or lower use* `bower install angular-validation-match#1.3`</small>
2424

25+
Also: `npm install angular-validation-match`
26+
2527
Usage
2628
-----
2729

0 commit comments

Comments
 (0)