Skip to content

Commit 6636393

Browse files
committed
try to fix Rubocop in CI
1 parent 4505ac7 commit 6636393

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ AllCops:
88
- spec/core/middleware/response/sanitize_response_spec.rb
99
- vendor/**/*
1010

11+
# Prevents Ruby 3.1 incompatibility error. You can enable this cop when Ruby 2.7 support is dropped.
12+
# See https://github.com/rubocop/rubocop/issues/10258
13+
Layout/BlockAlignment:
14+
Enabled: false
15+
1116
# Align ends correctly.
1217
Layout/EndAlignment:
1318
EnforcedStyleAlignWith: variable

0 commit comments

Comments
 (0)