mirror of
https://github.com/discourse/discourse.git
synced 2025-03-02 17:29:25 +00:00
Merge pull request #3478 from fantasticfears/code-climate
DEV: exclude the script folder from code climate
This commit is contained in:
commit
cab442caf2
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…
x
Reference in New Issue
Block a user