Skip to content

Commit 492082f

Browse files
committed
Rubocop: ignore autogenerated db/schema.rb file
1 parent e9d98db commit 492082f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AllCops:
22
Exclude:
33
- "vendor/**/*"
4+
- "spec/dummy/db/*"
45
- "db/**/*"
56
- "bin/**/*"
67
DisplayCopNames: false

0 commit comments

Comments
 (0)