Skip to content

Commit

Permalink
Fix some robocop declaration issues coming with the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
aerostitch committed Jan 25, 2017
1 parent 19f49f2 commit f365145
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions skeleton/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Lint/AmbiguousRegexpLiteral:
Enabled: false

# DISABLED
Lint/Eval:
Security/Eval:
Enabled: false

# DISABLED
Expand Down Expand Up @@ -211,7 +211,7 @@ Style/SpaceInsideParens:
Style/LeadingCommentSpace:
Enabled: false

Style/SingleSpaceBeforeFirstArg:
Style/SpaceBeforeFirstArg:
Enabled: false

Style/SpaceAfterColon:
Expand All @@ -220,7 +220,7 @@ Style/SpaceAfterColon:
Style/SpaceAfterComma:
Enabled: false

Style/SpaceAfterControlKeyword:
Style/SpaceAroundKeyword:
Enabled: false

Style/SpaceAfterMethodName:
Expand Down Expand Up @@ -308,7 +308,7 @@ Style/EmptyLiteral:
Metrics/LineLength:
Enabled: false

Style/MethodCallParentheses:
Style/MethodCallWithoutArgsParentheses:
Enabled: false

Style/MethodDefParentheses:
Expand All @@ -323,7 +323,10 @@ Style/TrailingWhitespace:
Style/StringLiterals:
Enabled: false

Style/TrailingComma:
Style/TrailingCommaInLiteral:
Enabled: false

Style/TrailingCommaInArguments:
Enabled: false

Style/GlobalVars:
Expand Down Expand Up @@ -464,9 +467,6 @@ Metrics/ParameterLists:
Lint/RequireParentheses:
Enabled: false

Lint/SpaceBeforeFirstArg:
Enabled: false

Style/ModuleFunction:
Enabled: false

Expand Down

0 comments on commit f365145

Please sign in to comment.