Skip to content

Commit 6876bde

Browse files
committed
Rubocop: consistent array indentation.
This commit updates the Rubocop configuration to match the code style for arrays that's used in this project. The Rubocop default must have changed at some point.
1 parent ea3dfed commit 6876bde

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Layout/IndentArray:
2+
Description: Checks the indentation of the first element in an array literal.
3+
Enabled: true
4+
EnforcedStyle: consistent
5+
16
Style/StringLiterals:
27
Description: Checks if uses of quotes match the configured preference.
38
StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-string-literals

0 commit comments

Comments
 (0)