1 | # Setting for codeclimate.
|
2 | #
|
3 | # Generated by {{generator}} on {{today}},
|
4 | # from a template provided by {{pkg.name}}.
|
5 | #
|
6 | # @see http://docs.codeclimate.com/article/289-configuring-your-repository-via-codeclimate-yml
|
7 | #
|
8 |
|
9 | languages:
|
10 | JavaScript: true
|
11 |
|
12 | exclude_paths:
|
13 | - "doc/*"
|
14 | - "example/*" |
\ | No newline at end of file |