We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4505ac7 commit 6636393Copy full SHA for 6636393
.rubocop.yml
@@ -8,6 +8,11 @@ AllCops:
8
- spec/core/middleware/response/sanitize_response_spec.rb
9
- vendor/**/*
10
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
+
16
# Align ends correctly.
17
Layout/EndAlignment:
18
EnforcedStyleAlignWith: variable
0 commit comments