1 # This configuration was generated by `rubocop --auto-gen-config`
2 # on 2015-02-03 10:18:23 +0000 using RuboCop version 0.28.0.
3 # The point is for the user to remove these configuration records
4 # one by one as the offenses are removed from the code base.
5 # Note that changes in the inspected code, or installation of new
6 # versions of RuboCop, may require this file to be generated again.
9 # Configuration parameters: AllowSafeAssignment.
10 Lint/AssignmentInCondition:
14 Lint/HandleExceptions:
22 Metrics/CyclomaticComplexity:
26 # Configuration parameters: AllowURI, URISchemes.
31 # Configuration parameters: CountComments.
36 Metrics/PerceivedComplexity:
40 # Cop supports --auto-correct.
41 # Configuration parameters: SupportedStyles.
42 Style/AccessModifierIndentation:
43 EnforcedStyle: outdent
50 # Configuration parameters: Exclude.
55 # Cop supports --auto-correct.
56 # Configuration parameters: SupportedStyles.
58 EnforcedStyle: hash_rockets
61 # Configuration parameters: MaxLineLength.
62 Style/IfUnlessModifier:
66 # Cop supports --auto-correct.
67 # Configuration parameters: EnforcedStyle, SupportedStyles.
68 Style/MultilineOperationIndentation:
72 # Cop supports --auto-correct.
73 Style/NumericLiterals:
77 # Cop supports --auto-correct.
78 # Configuration parameters: EnforcedStyle, SupportedStyles.