configs/rubocop/other-style.yml in govuk-lint-3.11.0 vs configs/rubocop/other-style.yml in govuk-lint-3.11.1
- old
+ new
@@ -166,16 +166,16 @@
IfWithSemicolon:
Description: 'Never use if x; .... Use the ternary operator instead.'
Enabled: false
-IndentArray:
+IndentFirstArrayElement:
Description: >-
Checks the indentation of the first element in an array
literal.
Enabled: false
-IndentHash:
+IndentFirstHashElement:
Description: 'Checks the indentation of the first key in a hash literal.'
Enabled: false
Lambda:
Description: 'Use the new lambda literal syntax for single-line blocks.'