mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
DEV: exclude the script folder from code climate
This commit is contained in:
parent
94ca9ed11f
commit
f49c71ddfa
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…
Add table
Add a link
Reference in a new issue