|
6 | 6 | # Note that changes in the inspected code, or installation of new
|
7 | 7 | # versions of RuboCop, may require this file to be generated again.
|
8 | 8 |
|
9 |
| -# Offense count: 1 |
10 |
| -# This cop supports safe autocorrection (--autocorrect). |
11 |
| -Lint/RedundantCopEnableDirective: |
12 |
| - Exclude: |
13 |
| - - 'spec/defines/instance_spec.rb' |
14 |
| - |
15 | 9 | # Offense count: 33
|
16 | 10 | # Configuration parameters: Prefixes, AllowedPatterns.
|
17 | 11 | # Prefixes: when, with, without
|
@@ -127,37 +121,11 @@ RSpec/RepeatedExampleGroupDescription:
|
127 | 121 | - 'spec/acceptance/listen_spec.rb'
|
128 | 122 | - 'spec/defines/instance_spec.rb'
|
129 | 123 |
|
130 |
| -# Offense count: 1 |
131 |
| -# This cop supports safe autocorrection (--autocorrect). |
132 |
| -Style/IfUnlessModifier: |
133 |
| - Exclude: |
134 |
| - - 'spec/spec_helper_acceptance_local.rb' |
135 |
| - |
136 | 124 | # Offense count: 1
|
137 | 125 | Style/MixinUsage:
|
138 | 126 | Exclude:
|
139 | 127 | - 'spec/spec_helper.rb'
|
140 | 128 |
|
141 |
| -# Offense count: 2 |
142 |
| -# This cop supports safe autocorrection (--autocorrect). |
143 |
| -Style/RedundantRegexpEscape: |
144 |
| - Exclude: |
145 |
| - - 'spec/defines/instance_spec.rb' |
146 |
| - |
147 |
| -# Offense count: 6 |
148 |
| -# This cop supports safe autocorrection (--autocorrect). |
149 |
| -Style/RedundantStringEscape: |
150 |
| - Exclude: |
151 |
| - - 'spec/acceptance/mapfile_spec.rb' |
152 |
| - |
153 |
| -# Offense count: 1 |
154 |
| -# This cop supports safe autocorrection (--autocorrect). |
155 |
| -# Configuration parameters: EnforcedStyle. |
156 |
| -# SupportedStyles: implicit, explicit |
157 |
| -Style/RescueStandardError: |
158 |
| - Exclude: |
159 |
| - - 'spec/spec_helper.rb' |
160 |
| - |
161 | 129 | # Offense count: 159
|
162 | 130 | # This cop supports safe autocorrection (--autocorrect).
|
163 | 131 | # Configuration parameters: EnforcedStyleForMultiline.
|
|
0 commit comments