1111# Include: **/*.gemfile, **/Gemfile, **/gems.rb
1212Bundler/DuplicatedGem :
1313 Exclude :
14- - ' Gemfile'
14+ - " Gemfile"
1515
1616# Offense count: 4
1717# Cop supports --auto-correct.
1818# Configuration parameters: TreatCommentsAsGroupSeparators, Include.
1919# Include: **/*.gemfile, **/Gemfile, **/gems.rb
2020Bundler/OrderedGems :
2121 Exclude :
22- - ' Gemfile'
22+ - " Gemfile"
2323
2424# Offense count: 4
2525# Cop supports --auto-correct.
@@ -46,7 +46,7 @@ Layout/BlockAlignment:
4646# Cop supports --auto-correct.
4747Layout/CommentIndentation :
4848 Exclude :
49- - ' app/helpers/admin/templates_helper.rb'
49+ - " app/helpers/admin/templates_helper.rb"
5050
5151# Offense count: 2
5252# Cop supports --auto-correct.
@@ -66,7 +66,7 @@ Layout/DotPosition:
6666# Cop supports --auto-correct.
6767Layout/EmptyLineAfterGuardClause :
6868 Exclude :
69- - ' app/models/application.rb'
69+ - " app/models/application.rb"
7070
7171# Offense count: 2
7272# Cop supports --auto-correct.
@@ -84,7 +84,7 @@ Layout/EmptyLinesAroundBlockBody:
8484# Cop supports --auto-correct.
8585Layout/EmptyLinesAroundMethodBody :
8686 Exclude :
87- - ' app/controllers/admin/templates_controller.rb'
87+ - " app/controllers/admin/templates_controller.rb"
8888
8989# Offense count: 6
9090# Cop supports --auto-correct.
@@ -118,13 +118,13 @@ Layout/LeadingCommentSpace:
118118# SupportedStyles: aligned, indented, indented_relative_to_receiver
119119Layout/MultilineMethodCallIndentation :
120120 Exclude :
121- - ' app/controllers/admin/coach_applications_controller.rb'
121+ - " app/controllers/admin/coach_applications_controller.rb"
122122
123123# Offense count: 1
124124# Cop supports --auto-correct.
125125Layout/RescueEnsureAlignment :
126126 Exclude :
127- - ' app/helpers/admin/templates_helper.rb'
127+ - " app/helpers/admin/templates_helper.rb"
128128
129129# Offense count: 2
130130# Cop supports --auto-correct.
@@ -135,7 +135,7 @@ Layout/SpaceAfterComma:
135135# Cop supports --auto-correct.
136136Layout/SpaceBeforeComma :
137137 Exclude :
138- - ' db/migrate/20180122202409_add_event_time.rb'
138+ - " db/migrate/20180122202409_add_event_time.rb"
139139
140140# Offense count: 2
141141# Cop supports --auto-correct.
@@ -144,7 +144,7 @@ Layout/SpaceBeforeComma:
144144# SupportedStylesForEmptyBrackets: space, no_space
145145Layout/SpaceInsideArrayLiteralBrackets :
146146 Exclude :
147- - ' config/environments/production.rb'
147+ - " config/environments/production.rb"
148148
149149# Offense count: 6
150150# Cop supports --auto-correct.
@@ -153,7 +153,7 @@ Layout/SpaceInsideArrayLiteralBrackets:
153153# SupportedStylesForEmptyBraces: space, no_space
154154Layout/SpaceInsideHashLiteralBraces :
155155 Exclude :
156- - ' test/controllers/applications_controller_test.rb'
156+ - " test/controllers/applications_controller_test.rb"
157157
158158# Offense count: 11
159159# Cop supports --auto-correct.
@@ -174,7 +174,7 @@ Layout/Tab:
174174# SupportedStyles: final_newline, final_blank_line
175175Layout/TrailingEmptyLines :
176176 Exclude :
177- - ' app/controllers/sessions_controller.rb'
177+ - " app/controllers/sessions_controller.rb"
178178
179179# Offense count: 15
180180# Cop supports --auto-correct.
@@ -185,7 +185,7 @@ Layout/TrailingWhitespace:
185185# Offense count: 1
186186Lint/UselessAssignment :
187187 Exclude :
188- - ' app/controllers/admin/applications_controller.rb'
188+ - " app/controllers/admin/applications_controller.rb"
189189
190190# Offense count: 10
191191Metrics/AbcSize :
@@ -202,14 +202,6 @@ Metrics/BlockLength:
202202Metrics/MethodLength :
203203 Max : 34
204204
205- # Offense count: 3
206- # Cop supports --auto-correct.
207- # Configuration parameters: EnforcedStyle.
208- # SupportedStyles: braces, no_braces, context_dependent
209- Style/BracesAroundHashParameters :
210- Exclude :
211- - ' test/system/edit_event_test.rb'
212-
213205# Offense count: 18
214206# Cop supports --auto-correct.
215207# Configuration parameters: AutoCorrect, EnforcedStyle.
@@ -223,7 +215,7 @@ Style/ClassAndModuleChildren:
223215# Keywords: TODO, FIXME, OPTIMIZE, HACK, REVIEW
224216Style/CommentAnnotation :
225217 Exclude :
226- - ' app/helpers/admin/templates_helper.rb'
218+ - " app/helpers/admin/templates_helper.rb"
227219
228220# Offense count: 64
229221Style/Documentation :
@@ -264,7 +256,7 @@ Style/HashSyntax:
264256# Configuration parameters: AllowIfModifier.
265257Style/IfInsideElse :
266258 Exclude :
267- - ' app/controllers/applications_controller.rb'
259+ - " app/controllers/applications_controller.rb"
268260
269261# Offense count: 4
270262# Cop supports --auto-correct.
@@ -280,14 +272,14 @@ Style/MixinUsage:
280272# Configuration parameters: MinDigits, Strict.
281273Style/NumericLiterals :
282274 Exclude :
283- - ' db/schema.rb'
275+ - " db/schema.rb"
284276
285277# Offense count: 1
286278# Cop supports --auto-correct.
287279# Configuration parameters: PreferredDelimiters.
288280Style/PercentLiteralDelimiters :
289281 Exclude :
290- - ' config/spring.rb'
282+ - " config/spring.rb"
291283
292284# Offense count: 2
293285# Cop supports --auto-correct.
@@ -300,7 +292,7 @@ Style/RedundantBegin:
300292# SupportedStyles: implicit, explicit
301293Style/RescueStandardError :
302294 Exclude :
303- - ' app/helpers/admin/templates_helper.rb'
295+ - " app/helpers/admin/templates_helper.rb"
304296
305297# Offense count: 2
306298# Cop supports --auto-correct.
@@ -313,7 +305,7 @@ Style/SafeNavigation:
313305# Cop supports --auto-correct.
314306Style/StderrPuts :
315307 Exclude :
316- - ' bin/yarn'
308+ - " bin/yarn"
317309
318310# Offense count: 567
319311# Cop supports --auto-correct.
@@ -342,7 +334,7 @@ Style/SymbolArray:
342334# SupportedStylesForMultiline: comma, consistent_comma, no_comma
343335Style/TrailingCommaInHashLiteral :
344336 Exclude :
345- - ' app/helpers/admin/templates_helper.rb'
337+ - " app/helpers/admin/templates_helper.rb"
346338
347339# Offense count: 122
348340# Cop supports --auto-correct.
0 commit comments