]> git.openstreetmap.org Git - rails.git/blob - .rubocop_todo.yml
Document the fact that OSMF is the licensor
[rails.git] / .rubocop_todo.yml
1 # This configuration was generated by `rubocop --auto-gen-config`
2 # on 2015-04-14 09:29:11 +0100 using RuboCop version 0.30.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.
7
8 # Offense count: 34
9 Lint/AmbiguousOperator:
10   Enabled: false
11
12 # Offense count: 125
13 Lint/AmbiguousRegexpLiteral:
14   Enabled: false
15
16 # Offense count: 31
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: 646
30 Metrics/AbcSize:
31   Max: 277
32
33 # Offense count: 12
34 Metrics/BlockNesting:
35   Max: 5
36
37 # Offense count: 62
38 # Configuration parameters: CountComments.
39 Metrics/ClassLength:
40   Max: 1653
41
42 # Offense count: 68
43 Metrics/CyclomaticComplexity:
44   Max: 20
45
46 # Offense count: 2454
47 # Configuration parameters: AllowURI, URISchemes.
48 Metrics/LineLength:
49   Max: 694
50
51 # Offense count: 601
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: 23
64
65 # Offense count: 2
66 # Configuration parameters: Include.
67 Rails/HasAndBelongsToMany:
68   Enabled: false
69
70 # Offense count: 70
71 # Configuration parameters: EnforcedStyle, SupportedStyles.
72 Rails/TimeZone:
73   Enabled: false
74
75 # Offense count: 5
76 Style/AccessorMethodName:
77   Enabled: false
78
79 # Offense count: 1
80 Style/AsciiComments:
81   Enabled: false
82
83 # Offense count: 307
84 Style/Documentation:
85   Enabled: false
86
87 # Offense count: 39
88 # Configuration parameters: MinBodyLength.
89 Style/GuardClause:
90   Enabled: false
91
92 # Offense count: 60
93 # Cop supports --auto-correct.
94 Style/LineEndConcatenation:
95   Enabled: false
96
97 # Offense count: 69
98 # Cop supports --auto-correct.
99 Style/NumericLiterals:
100   MinDigits: 11
101
102 # Offense count: 41
103 # Cop supports --auto-correct.
104 Style/PerlBackrefs:
105   Enabled: false
106
107 # Offense count: 8
108 # Configuration parameters: NamePrefix, NamePrefixBlacklist.
109 Style/PredicateName:
110   Enabled: false
111
112 # Offense count: 97
113 # Configuration parameters: EnforcedStyle, SupportedStyles.
114 Style/RaiseArgs:
115   Enabled: false
116
117 # Offense count: 2
118 Style/RescueModifier:
119   Enabled: false
120
121 # Offense count: 8
122 # Cop supports --auto-correct.
123 # Configuration parameters: EnforcedStyle, SupportedStyles.
124 Style/StringLiteralsInInterpolation:
125   Enabled: false
126
127 # Offense count: 2
128 # Cop supports --auto-correct.
129 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
130 Style/TrivialAccessors:
131   Enabled: false