Skip to content

Commit 6d42973

Browse files
committed
Exclude schema files from rubocop
1 parent 285100f commit 6d42973

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
@@ -23,6 +23,7 @@ AllCops:
2323
- '**/tmp/**/*'
2424
- '**/vendor/**/*'
2525
- '**/node_modules/**/*'
26+
- "**/*_schema.rb"
2627

2728
Performance:
2829
Exclude:

0 commit comments

Comments
 (0)