Skip to content

Commit

Permalink
Fixed rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
n2rowc committed Jan 23, 2025
1 parent f80ac1a commit b105a41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ group :development, :test do
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false

# Explicitly adding RuboCop in case of custom configurations
gem "rubocop", require: false

# Use sqlite3 as the database for Active Record
gem 'sqlite3'

Expand Down
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
config.filter_rails_from_backtrace!
# arbitrary gems may also be filtered via:
# config.filter_gems_from_backtrace("gem name")
#
#
SimpleCov.start 'rails' do
add_filter '/spec/'
end
Expand Down

0 comments on commit b105a41

Please sign in to comment.