]> git.openstreetmap.org Git - rails.git/blob - .rubocop_todo.yml
Force coordinates into bounds when using the query tool
[rails.git] / .rubocop_todo.yml
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.
7
8 # Offense count: 13
9 Lint/AmbiguousOperator:
10   Enabled: false
11
12 # Offense count: 107
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: 542
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: 2092
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: 164
66 # Cop supports --auto-correct.
67 # Configuration parameters: EnforcedStyle, SupportedStyles, Include.
68 Rails/ActionFilter:
69   Enabled: false
70
71 # Offense count: 2
72 # Configuration parameters: Include.
73 Rails/HasAndBelongsToMany:
74   Enabled: false
75
76 # Offense count: 17
77 # Cop supports --auto-correct.
78 # Configuration parameters: Include.
79 Rails/ReadWriteAttribute:
80   Enabled: false
81
82 # Offense count: 123
83 # Configuration parameters: Include.
84 Rails/Validation:
85   Enabled: false
86
87 # Offense count: 5
88 Style/AccessorMethodName:
89   Enabled: false
90
91 # Offense count: 1
92 Style/AsciiComments:
93   Enabled: false
94
95 # Offense count: 305
96 Style/Documentation:
97   Enabled: false
98
99 # Offense count: 39
100 # Configuration parameters: MinBodyLength.
101 Style/GuardClause:
102   Enabled: false
103
104 # Offense count: 60
105 # Cop supports --auto-correct.
106 Style/LineEndConcatenation:
107   Enabled: false
108
109 # Offense count: 53
110 # Cop supports --auto-correct.
111 Style/NumericLiterals:
112   MinDigits: 11
113
114 # Offense count: 44
115 # Cop supports --auto-correct.
116 Style/PerlBackrefs:
117   Enabled: false
118
119 # Offense count: 8
120 # Configuration parameters: NamePrefix, NamePrefixBlacklist.
121 Style/PredicateName:
122   Enabled: false
123
124 # Offense count: 95
125 # Configuration parameters: EnforcedStyle, SupportedStyles.
126 Style/RaiseArgs:
127   Enabled: false
128
129 # Offense count: 2
130 Style/RescueModifier:
131   Enabled: false
132
133 # Offense count: 8
134 # Cop supports --auto-correct.
135 # Configuration parameters: EnforcedStyle, SupportedStyles.
136 Style/StringLiteralsInInterpolation:
137   Enabled: false
138
139 # Offense count: 4
140 # Cop supports --auto-correct.
141 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
142 Style/TrivialAccessors:
143   Enabled: false