Skip to content

Commit 60ddc29

Browse files
authored
Merge pull request #297 from platanus/chore/rubocop-schema-ignore
chore(rubocop): change exclusion rule to include migrations
2 parents a48cd74 + 313cb93 commit 60ddc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AllCops:
22
Exclude:
33
- "vendor/**/*"
4-
- "spec/dummy/db/*"
5-
- "db/**/*"
4+
- "spec/dummy/db/schema.rb"
5+
- "db/schema.rb"
66
- "bin/**/*"
77
DisplayCopNames: false
88
TargetRubyVersion: 2.5

0 commit comments

Comments
 (0)