1 # This configuration was generated by `rubocop --auto-gen-config`
2 # on 2015-02-16 19:20:52 +0000 using RuboCop version 0.29.1.
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 Lint/AmbiguousOperator:
13 Lint/AmbiguousRegexpLiteral:
17 # Configuration parameters: AllowSafeAssignment.
18 Lint/AssignmentInCondition:
22 Lint/HandleExceptions:
26 Lint/ParenthesesAsGroupedExpression:
38 # Configuration parameters: CountComments.
43 Metrics/CyclomaticComplexity:
47 # Configuration parameters: AllowURI, URISchemes.
52 # Configuration parameters: CountComments.
57 # Configuration parameters: CountKeywordArgs.
58 Metrics/ParameterLists:
62 Metrics/PerceivedComplexity:
66 Style/AccessorMethodName:
78 # Configuration parameters: Keywords.
79 Style/CommentAnnotation:
87 # Configuration parameters: EnforcedStyle, SupportedStyles.
92 # Configuration parameters: AllowedVariables.
97 # Configuration parameters: MinBodyLength.
101 # Offense count: 5687
102 # Cop supports --auto-correct.
103 # Configuration parameters: EnforcedStyle, SupportedStyles.
108 # Cop supports --auto-correct.
109 Style/LineEndConcatenation:
113 # Cop supports --auto-correct.
114 Style/NumericLiterals:
118 Style/OneLineConditional:
122 # Cop supports --auto-correct.
127 # Configuration parameters: NamePrefix, NamePrefixBlacklist.
132 # Configuration parameters: EnforcedStyle, SupportedStyles.
141 Style/RescueModifier:
144 # Offense count: 6639
145 # Cop supports --auto-correct.
146 # Configuration parameters: EnforcedStyle, SupportedStyles.
147 Style/StringLiterals:
151 # Cop supports --auto-correct.
152 # Configuration parameters: EnforcedStyle, SupportedStyles.
153 Style/StringLiteralsInInterpolation:
157 Style/StructInheritance:
161 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
162 Style/TrivialAccessors: