mirror of https://github.com/rails/rails
Do not exclude paths in the global level of Code Climate
We use only RuboCop in Code Climate and exclude paths are specified in RuboCop's setting. The global level excludes paths should not be specified to match the behavior of local and CodeClimate.
This commit is contained in:
parent
a11ca2ff76
commit
a7371430c5
|
@ -28,9 +28,3 @@ engines:
|
|||
ratings:
|
||||
paths:
|
||||
- "**.rb"
|
||||
|
||||
exclude_paths:
|
||||
- ci/
|
||||
- guides/
|
||||
- tasks/
|
||||
- tools/
|
||||
|
|
Loading…
Reference in New Issue