Skip to content

Commit e08446f

Browse files
committed
Add a .codeclimate.yml file
1 parent 1426722 commit e08446f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.codeclimate.yml

Lines changed: 9 additions & 0 deletions
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+
- example/**/*
9+
- test/**/*

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Tags:
1212
## Unreleased
1313

1414
- **Internal**
15+
- Add a .codeclimate.yml file
1516
- Use airbnb's linting rules as a basis
1617

1718
## v1.1.0 (December 9, 2015)

0 commit comments

Comments
 (0)