]> git.openstreetmap.org Git - rails.git/blob - .rubocop_todo.yml
Raise an exception for missing translations in test mode
[rails.git] / .rubocop_todo.yml
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.
7
8 # Offense count: 34
9 Lint/AmbiguousOperator:
10   Enabled: false
11
12 # Offense count: 115
13 Lint/AmbiguousRegexpLiteral:
14   Enabled: false
15
16 # Offense count: 30
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: 669
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: 67
43 Metrics/CyclomaticComplexity:
44   Max: 20
45
46 # Offense count: 2537
47 # Configuration parameters: AllowURI, URISchemes.
48 Metrics/LineLength:
49   Max: 694
50
51 # Offense count: 623
52 # Configuration parameters: CountComments.
53 Metrics/MethodLength:
54   Max: 179
55
56 # Offense count: 1
57 # Configuration parameters: CountComments.
58 Metrics/ModuleLength:
59   Max: 126
60
61 # Offense count: 4
62 # Configuration parameters: CountKeywordArgs.
63 Metrics/ParameterLists:
64   Max: 9
65
66 # Offense count: 69
67 Metrics/PerceivedComplexity:
68   Max: 23
69
70 # Offense count: 2
71 # Configuration parameters: Include.
72 Rails/HasAndBelongsToMany:
73   Enabled: false
74
75 # Offense count: 67
76 # Configuration parameters: EnforcedStyle, SupportedStyles.
77 Rails/TimeZone:
78   Enabled: false
79
80 # Offense count: 5
81 Style/AccessorMethodName:
82   Enabled: false
83
84 # Offense count: 1
85 Style/AsciiComments:
86   Enabled: false
87
88 # Offense count: 308
89 Style/Documentation:
90   Enabled: false
91
92 # Offense count: 38
93 # Configuration parameters: MinBodyLength.
94 Style/GuardClause:
95   Enabled: false
96
97 # Offense count: 60
98 # Cop supports --auto-correct.
99 Style/LineEndConcatenation:
100   Enabled: false
101
102 # Offense count: 69
103 # Cop supports --auto-correct.
104 Style/NumericLiterals:
105   MinDigits: 11
106
107 # Offense count: 42
108 # Cop supports --auto-correct.
109 Style/PerlBackrefs:
110   Enabled: false
111
112 # Offense count: 8
113 # Configuration parameters: NamePrefix, NamePrefixBlacklist.
114 Style/PredicateName:
115   Enabled: false
116
117 # Offense count: 97
118 # Configuration parameters: EnforcedStyle, SupportedStyles.
119 Style/RaiseArgs:
120   Enabled: false
121
122 # Offense count: 2
123 Style/RescueModifier:
124   Enabled: false
125
126 # Offense count: 8
127 # Cop supports --auto-correct.
128 # Configuration parameters: EnforcedStyle, SupportedStyles.
129 Style/StringLiteralsInInterpolation:
130   Enabled: false
131
132 # Offense count: 2
133 # Cop supports --auto-correct.
134 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
135 Style/TrivialAccessors:
136   Enabled: false