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:
74 # Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
75 Style/CaseIndentation:
79 # Configuration parameters: EnforcedStyle, SupportedStyles.
80 Style/ClassAndModuleChildren:
88 # Configuration parameters: Keywords.
89 Style/CommentAnnotation:
101 Style/EachWithObject:
109 # Configuration parameters: Exclude.
114 # Configuration parameters: EnforcedStyle, SupportedStyles.
119 # Configuration parameters: EnforcedStyle, SupportedStyles.
124 # Configuration parameters: AllowedVariables.
129 # Configuration parameters: MinBodyLength.
133 # Offense count: 5687
134 # Cop supports --auto-correct.
135 # Configuration parameters: EnforcedStyle, SupportedStyles.
140 # Configuration parameters: MaxLineLength.
141 Style/IfUnlessModifier:
145 # Cop supports --auto-correct.
146 Style/LineEndConcatenation:
150 # Configuration parameters: EnforcedStyle, SupportedStyles.
155 Style/MultilineTernaryOperator:
159 Style/NestedTernaryOperator:
163 # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
168 # Cop supports --auto-correct.
169 Style/NumericLiterals:
173 Style/OneLineConditional:
181 # Cop supports --auto-correct.
186 # Configuration parameters: NamePrefix, NamePrefixBlacklist.
191 # Configuration parameters: EnforcedStyle, SupportedStyles.
200 Style/RescueModifier:
204 # Configuration parameters: AllowAsExpressionSeparator.
209 # Configuration parameters: Methods.
210 Style/SingleLineBlockParams:
213 # Offense count: 6639
214 # Cop supports --auto-correct.
215 # Configuration parameters: EnforcedStyle, SupportedStyles.
216 Style/StringLiterals:
220 # Cop supports --auto-correct.
221 # Configuration parameters: EnforcedStyle, SupportedStyles.
222 Style/StringLiteralsInInterpolation:
226 Style/StructInheritance:
230 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
231 Style/TrivialAccessors:
239 # Configuration parameters: EnforcedStyle, SupportedStyles.
244 # Configuration parameters: MaxLineLength.
245 Style/WhileUntilModifier: