Files
gosick/rubocop-todo.yml
Nicolas McCurdy f03e7670cf Fix an issue reported by rubocop that wasn't ignored in the todo config
Issue text: Favor modifier if/unless usage when you have a single-line body.
2014-01-15 23:22:03 -05:00

64 lines
858 B
YAML

# This configuration was generated by `rubocop --auto-gen-config`.
# The point is for the user to remove these configuration records
# one by one as the offences are removed from the code base.
BlockAlignment:
Enabled: false
ClassLength:
Max: 350
CommentAnnotation:
Enabled: false
CyclomaticComplexity:
Max: 16
Documentation:
Enabled: false
EmptyLinesAroundBody:
Enabled: false
Eval:
Enabled: false
FavorUnlessOverNegatedIf:
Enabled: false
HashSyntax:
Enabled: false
IndentationWidth:
Enabled: false
LineLength:
Max: 174
MethodLength:
Max: 31
PerlBackrefs:
Enabled: false
RedundantReturn:
Enabled: false
RegexpLiteral:
Enabled: false
SignalException:
Enabled: false
SpaceAfterComma:
Enabled: false
SpaceAfterNot:
Enabled: false
SpaceAroundBlockBraces:
Enabled: false
StringLiterals:
Enabled: false