Skip to content

Commit 9a53e6e

Browse files
committed
Remove duplicated elements from AllCops.Exclude
1 parent 9bc07c0 commit 9a53e6e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rubocop.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ AllCops:
1212
DisabledByDefault: true
1313
Exclude:
1414
- "data/**/*"
15-
- "db/*schema.rb"
16-
- "log/**/*"
17-
- "node_modules/**/*"
18-
- "public/**/*"
19-
- "storage/**/*"
20-
- "tmp/**/*"
21-
- "vendor/**/*"
2215

2316
Performance:
2417
Exclude:

0 commit comments

Comments
 (0)