Skip to content

Commit

Permalink
Layout/TrailingEmptyLines-20240111233316 (#17)
Browse files Browse the repository at this point in the history
* 🚓 regenerate rubocop todo

* 🚓 Layout/TrailingEmptyLines

* 🚓 regenerate rubocop todo

---------

Co-authored-by: Rubocop Challenger <[email protected]>
  • Loading branch information
github-actions[bot] and Rubocop Challenger authored Jan 15, 2024
1 parent 283c83f commit ea3c1c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 180`
# on 2024-01-09 23:33:33 UTC using RuboCop version 1.59.0.
# on 2024-01-11 23:33:26 UTC using RuboCop version 1.59.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -202,14 +202,6 @@ Layout/SpaceInsideReferenceBrackets:
Exclude:
- 'lib/excel_templating/renderer.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: final_newline, final_blank_line
Layout/TrailingEmptyLines:
Exclude:
- 'Gemfile'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowInHeredoc.
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source 'https://rubygems.org'

gemspec

0 comments on commit ea3c1c7

Please sign in to comment.