]> git.openstreetmap.org Git - rails.git/blob - .rubocop_todo.yml
Standardise on double quoted strings
[rails.git] / .rubocop_todo.yml
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.
7
8 # Offense count: 13
9 Lint/AmbiguousOperator:
10   Enabled: false
11
12 # Offense count: 110
13 Lint/AmbiguousRegexpLiteral:
14   Enabled: false
15
16 # Offense count: 29
17 # Configuration parameters: AllowSafeAssignment.
18 Lint/AssignmentInCondition:
19   Enabled: false
20
21 # Offense count: 5
22 Lint/HandleExceptions:
23   Enabled: false
24
25 # Offense count: 8
26 Lint/ParenthesesAsGroupedExpression:
27   Enabled: false
28
29 # Offense count: 546
30 Metrics/AbcSize:
31   Max: 194
32
33 # Offense count: 12
34 Metrics/BlockNesting:
35   Max: 5
36
37 # Offense count: 60
38 # Configuration parameters: CountComments.
39 Metrics/ClassLength:
40   Max: 1515
41
42 # Offense count: 68
43 Metrics/CyclomaticComplexity:
44   Max: 21
45
46 # Offense count: 2112
47 # Configuration parameters: AllowURI, URISchemes.
48 Metrics/LineLength:
49   Max: 520
50
51 # Offense count: 520
52 # Configuration parameters: CountComments.
53 Metrics/MethodLength:
54   Max: 179
55
56 # Offense count: 4
57 # Configuration parameters: CountKeywordArgs.
58 Metrics/ParameterLists:
59   Max: 9
60
61 # Offense count: 70
62 Metrics/PerceivedComplexity:
63   Max: 24
64
65 # Offense count: 5
66 Style/AccessorMethodName:
67   Enabled: false
68
69 # Offense count: 1
70 Style/AsciiComments:
71   Enabled: false
72
73 # Offense count: 9
74 Style/ClassVars:
75   Enabled: false
76
77 # Offense count: 12
78 # Configuration parameters: Keywords.
79 Style/CommentAnnotation:
80   Enabled: false
81
82 # Offense count: 306
83 Style/Documentation:
84   Enabled: false
85
86 # Offense count: 8
87 # Configuration parameters: EnforcedStyle, SupportedStyles.
88 Style/FormatString:
89   Enabled: false
90
91 # Offense count: 1
92 # Configuration parameters: AllowedVariables.
93 Style/GlobalVars:
94   Enabled: false
95
96 # Offense count: 41
97 # Configuration parameters: MinBodyLength.
98 Style/GuardClause:
99   Enabled: false
100
101 # Offense count: 5687
102 # Cop supports --auto-correct.
103 # Configuration parameters: EnforcedStyle, SupportedStyles.
104 Style/HashSyntax:
105   Enabled: false
106
107 # Offense count: 60
108 # Cop supports --auto-correct.
109 Style/LineEndConcatenation:
110   Enabled: false
111
112 # Offense count: 53
113 # Cop supports --auto-correct.
114 Style/NumericLiterals:
115   MinDigits: 11
116
117 # Offense count: 42
118 Style/OneLineConditional:
119   Enabled: false
120
121 # Offense count: 44
122 # Cop supports --auto-correct.
123 Style/PerlBackrefs:
124   Enabled: false
125
126 # Offense count: 8
127 # Configuration parameters: NamePrefix, NamePrefixBlacklist.
128 Style/PredicateName:
129   Enabled: false
130
131 # Offense count: 95
132 # Configuration parameters: EnforcedStyle, SupportedStyles.
133 Style/RaiseArgs:
134   Enabled: false
135
136 # Offense count: 11
137 Style/RegexpLiteral:
138   MaxSlashes: 5
139
140 # Offense count: 2
141 Style/RescueModifier:
142   Enabled: false
143
144 # Offense count: 8
145 # Cop supports --auto-correct.
146 # Configuration parameters: EnforcedStyle, SupportedStyles.
147 Style/StringLiteralsInInterpolation:
148   Enabled: false
149
150 # Offense count: 1
151 Style/StructInheritance:
152   Enabled: false
153
154 # Offense count: 3
155 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
156 Style/TrivialAccessors:
157   Enabled: false