mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Safely autocorrect Layout/TrailingEmptyLines
Inspecting 1479 files ..C.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... Offenses: Rakefile:10:1: C: [Corrected] Layout/TrailingEmptyLines: 1 trailing blank lines detected. 1479 files inspected, 1 offense detected, 1 offense corrected
This commit is contained in:
committed by
Maikel Linke
parent
2dbaa7f89d
commit
e0206a0be6
@@ -34,14 +34,6 @@ Layout/LineLength:
|
|||||||
- 'spec/system/consumer/shopping/cart_spec.rb'
|
- 'spec/system/consumer/shopping/cart_spec.rb'
|
||||||
- 'spec/system/consumer/shopping/products_spec.rb'
|
- 'spec/system/consumer/shopping/products_spec.rb'
|
||||||
|
|
||||||
# Offense count: 1
|
|
||||||
# This cop supports safe autocorrection (--autocorrect).
|
|
||||||
# Configuration parameters: EnforcedStyle.
|
|
||||||
# SupportedStyles: final_newline, final_blank_line
|
|
||||||
Layout/TrailingEmptyLines:
|
|
||||||
Exclude:
|
|
||||||
- 'Rakefile'
|
|
||||||
|
|
||||||
# Offense count: 79
|
# Offense count: 79
|
||||||
# This cop supports safe autocorrection (--autocorrect).
|
# This cop supports safe autocorrection (--autocorrect).
|
||||||
# Configuration parameters: AllowInHeredoc.
|
# Configuration parameters: AllowInHeredoc.
|
||||||
|
|||||||
Reference in New Issue
Block a user