1 # This configuration was generated by `rubocop --auto-gen-config`
2 # on 2015-06-08 15:55:30 +0100 using RuboCop version 0.32.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 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: CountComments.
62 # Configuration parameters: CountKeywordArgs.
63 Metrics/ParameterLists:
67 Metrics/PerceivedComplexity:
71 # Configuration parameters: Include.
72 Rails/HasAndBelongsToMany:
76 # Configuration parameters: EnforcedStyle, SupportedStyles.
81 Style/AccessorMethodName:
93 # Configuration parameters: MinBodyLength.
98 # Cop supports --auto-correct.
99 Style/LineEndConcatenation:
103 # Cop supports --auto-correct.
104 Style/NumericLiterals:
108 # Cop supports --auto-correct.
113 # Configuration parameters: NamePrefix, NamePrefixBlacklist.
118 # Configuration parameters: EnforcedStyle, SupportedStyles.
123 Style/RescueModifier:
127 # Cop supports --auto-correct.
128 # Configuration parameters: EnforcedStyle, SupportedStyles.
129 Style/StringLiteralsInInterpolation:
133 # Cop supports --auto-correct.
134 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
135 Style/TrivialAccessors: