Skip to content

Commit

Permalink
uto correct to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS committed Sep 2, 2024
1 parent 9ae08c2 commit c958a16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-09-01 06:46:54 UTC using RuboCop version 1.66.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
# versions of RuboCop, may require this file to be generated again.

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

# Offense count: 4
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ end
group :test do
gem 'minitest', require: false
end

0 comments on commit c958a16

Please sign in to comment.