diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/.rubocop.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index df5c5a9d9..2bf506a4b 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -74,10 +74,6 @@ Style/PercentLiteralDelimiters: '%W': '[]' '%x': '()' -# comma on last element is editor friendly -Style/TrailingComma: - EnforcedStyleForMultiline: comma - # conflicts with DSL-style path concatenation with `/` Style/SpaceAroundOperators: Enabled: false @@ -123,10 +119,6 @@ Style/TrailingBlankLines: Style/SignalException: EnforcedStyle: only_raise -# trailing commas in method argument lists are a syntax error in 1.8 -Style/TrailingComma: - Enabled: false - # we prefer compact if-else-end/case-when-end alignment Lint/EndAlignment: AlignWith: variable |
