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:
Neal Chambers
2023-07-24 23:46:11 +09:00
committed by Maikel Linke
parent 2dbaa7f89d
commit e0206a0be6
2 changed files with 0 additions and 9 deletions

View File

@@ -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.

View File

@@ -7,4 +7,3 @@
require_relative 'config/application' require_relative 'config/application'
Openfoodnetwork::Application.load_tasks Openfoodnetwork::Application.load_tasks