Skip to content
Snippets Groups Projects
Commit 52308848 authored by Eduard Thamm's avatar Eduard Thamm
Browse files

Settings: Get rid of warnings.

Get rid of rubocop warnings

Remove superfluous config file
parent b0955976
No related branches found
No related tags found
No related merge requests found
Metrics/BlockLength:
Max: 50
Loading
Loading
@@ -118,28 +118,28 @@ Style/TrailingCommaInArguments:
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas'
Enabled: false
EnforcedStyleForMultiline: no_comma
SupportedStyles:
- comma
- consistent_comma
- no_comma
# SupportedStyles:
# - comma
# - consistent_comma
# - no_comma
Style/TrailingCommaInHashLiteral:
Description: 'Checks for trailing comma in hash literals.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas'
Enabled: false
EnforcedStyleForMultiline: no_comma
SupportedStyles:
- comma
- consistent_comma
- no_comma
# SupportedStyles:
# - comma
# - consistent_comma
# - no_comma
Style/TrailingCommaInArrayLiteral:
Description: 'Checks for trailing comma in array literals.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas'
Enabled: false
EnforcedStyleForMultiline: no_comma
SupportedStyles:
- comma
- consistent_comma
- no_comma
# SupportedStyles:
# - comma
# - consistent_comma
# - no_comma
Metrics/AbcSize:
Description: A calculated magnitude based on number of assignments, branches, and
conditions.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment