Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #113 from alphagov/barrucadu-patch-1
Browse files Browse the repository at this point in the history
Fix renamed cops
  • Loading branch information
Michael Walker committed May 2, 2019
2 parents 7ef5af1 + d2946a1 commit 1cc9b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/rubocop/other-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ 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

Expand Down

0 comments on commit 1cc9b73

Please sign in to comment.