Skip to content

Commit

Permalink
rubocop: remove "Style/MultilineOperationIndentation" from the common…
Browse files Browse the repository at this point in the history
… part

See also 3cbfa31
This commit makes Rubocop pass again while highlighting the difference
in style to nfs-client.
Hopefully we can agree on a common style soon.
  • Loading branch information
mvidner committed Dec 11, 2014
1 parent 6f123eb commit 2d8612a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .rubocop_yast_style.yml
Expand Up @@ -10,10 +10,6 @@ Style/StringLiterals:
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes

# Is there any justification for "aligned" which is the default?
Style/MultilineOperationIndentation:
EnforcedStyle: indented

# https://github.com/SUSE/style-guides/blob/master/Ruby.md#arrays
Style/WordArray:
Enabled: false
Expand Down

0 comments on commit 2d8612a

Please sign in to comment.