mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #3478 from fantasticfears/code-climate
DEV: exclude the script folder from code climate
This commit is contained in:
commit
cab442caf2
1 changed files with 12 additions and 0 deletions
12
.codeclimate.yml
Normal file
12
.codeclimate.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
languages:
|
||||||
|
Ruby: true
|
||||||
|
JavaScript: true
|
||||||
|
Python: false
|
||||||
|
PHP: false
|
||||||
|
|
||||||
|
exclude_paths:
|
||||||
|
- "public/*"
|
||||||
|
- "script/*"
|
||||||
|
- "spec/*"
|
||||||
|
- "test/*"
|
||||||
|
- "vendor/*"
|
Loading…
Reference in a new issue