Skip to content

Commit 4f7b57d

Browse files
author
David Heinemeier Hansson
authored
Merge pull request #5 from r7kamura/all-cops-exclude-redundant
2 parents 9bc07c0 + 9a53e6e commit 4f7b57d

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)