1 # This configuration was generated by `rubocop --auto-gen-config`
2 # on 2015-02-25 00:27:05 +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 # Configuration parameters: Include.
67 Rails/HasAndBelongsToMany:
71 Style/AccessorMethodName:
83 # Configuration parameters: MinBodyLength.
88 # Cop supports --auto-correct.
89 Style/LineEndConcatenation:
93 # Cop supports --auto-correct.
94 Style/NumericLiterals:
98 # Cop supports --auto-correct.
103 # Configuration parameters: NamePrefix, NamePrefixBlacklist.
108 # Configuration parameters: EnforcedStyle, SupportedStyles.
113 Style/RescueModifier:
117 # Cop supports --auto-correct.
118 # Configuration parameters: EnforcedStyle, SupportedStyles.
119 Style/StringLiteralsInInterpolation:
123 # Cop supports --auto-correct.
124 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
125 Style/TrivialAccessors: