|
|
|
@ -29,17 +29,17 @@ engines: |
|
|
|
|
# For more details see here: |
|
|
|
|
# http://docs.codeclimate.com/article/289-configuring-your-repository-via-codeclimate-yml#platform |
|
|
|
|
|
|
|
|
|
# ratings: |
|
|
|
|
# paths: |
|
|
|
|
# - app/** |
|
|
|
|
# - lib/** |
|
|
|
|
# - "**.rb" |
|
|
|
|
# - "**.go" |
|
|
|
|
ratings: |
|
|
|
|
paths: |
|
|
|
|
- "private/moment-locales/**/*" |
|
|
|
|
- "packages/rocketchat-favico/favico.js" |
|
|
|
|
- "**.rb" |
|
|
|
|
- "**.go" |
|
|
|
|
|
|
|
|
|
# You can globally exclude files from being analyzed by any engine using the |
|
|
|
|
# exclude_paths key. |
|
|
|
|
|
|
|
|
|
exclude_paths: |
|
|
|
|
- private/moment-locales/* |
|
|
|
|
- packages/rocketchat-favico/favico.js |
|
|
|
|
#- vendor/**/* |
|
|
|
|
- "private/moment-locales/**/*" |
|
|
|
|
- "packages/rocketchat-favico/favico.js" |
|
|
|
|
#- "vendor/**/*"" |
|
|
|
|