Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 9 additions & 21 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
inherit_from: .rubocop_todo.yml

Metrics/LineLength:
AllCops:
NewCops: enable

Layout/LineLength:
Enabled: false

Style/SpaceBeforeBlockBraces:
Layout/SpaceBeforeBlockBraces:
Enabled: false

Metrics/MethodLength:
Expand All @@ -12,24 +15,15 @@ Metrics/MethodLength:
Metrics/AbcSize:
Enabled: false

Style/AsciiComments:
Enabled: false

Metrics/PerceivedComplexity:
Enabled: false

Metrics/CyclomaticComplexity:
Enabled: false

Layout/ParameterAlignment:
Enabled: false

Style/DoubleNegation:
Enabled: false

Style/TrailingCommaInArrayLiteral:
Enabled: false

Style/TrailingCommaInHashLiteral:
Enabled: false

Expand All @@ -39,7 +33,7 @@ Style/TrailingCommaInArguments:
Style/MultilineBlockChain:
Enabled: false

Style/SpaceInsideHashLiteralBraces:
Layout/SpaceInsideHashLiteralBraces:
Enabled: false

Style/NegatedIf:
Expand All @@ -51,7 +45,7 @@ Layout/FirstHashElementIndentation:
Style/NumericLiterals:
Enabled: false

Style/LeadingCommentSpace:
Layout/LeadingCommentSpace:
Enabled: false

Style/SignalException:
Expand All @@ -60,9 +54,6 @@ Style/SignalException:
Style/IfUnlessModifier:
Enabled: false

Style/CommentIndentation:
Enabled: false

Layout/FirstArrayElementIndentation:
Enabled: false

Expand All @@ -72,13 +63,10 @@ Style/ClassAndModuleChildren:
Metrics/ClassLength:
Enabled: false

Style/IndentationWidth:
Enabled: false

Lint/EndAlignment:
Layout/EndAlignment:
Enabled: false

Style/ElseAlignment:
Layout/ElseAlignment:
Enabled: false

Style/BlockDelimiters:
Expand Down
Loading
Loading