Skip to content

Commit 6235938

Browse files
committed
Fix rubocop configuration: remove duplicate exclusion for db/schema.rb
1 parent 9926e24 commit 6235938

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
@@ -3,6 +3,7 @@ AllCops:
33
- 'bin/*'
44
- 'node_modules/**/*'
55
- 'spec/dummy/db/schema.rb'
6+
- 'db/schema.rb'
67
- 'vendor/**/*'
78
NewCops: enable
89
TargetRubyVersion: 3.4

0 commit comments

Comments
 (0)