mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
DEV: exclude the script folder from code climate
This commit is contained in:
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/*"
|
Reference in New Issue
Block a user