Skip to content

Commit a737143

Browse files
committed
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.
1 parent a11ca2f commit a737143

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.codeclimate.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,3 @@ engines:
2828
ratings:
2929
paths:
3030
- "**.rb"
31-
32-
exclude_paths:
33-
- ci/
34-
- guides/
35-
- tasks/
36-
- tools/

0 commit comments

Comments
 (0)