Skip to content

Commit

Permalink
remove unneeded disabled cop
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Dec 30, 2023
1 parent 9faae99 commit 98d2090
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ end

RuboCop::RakeTask.new

# rubocop:disable Rails/RakeEnvironment
task :rails_test do
rails_test_dir = 'rails_test'
except_cops = %w[
Expand All @@ -35,6 +34,5 @@ task :rails_test do
end
rm_rf rails_test_dir
end
# rubocop:enable Rails/RakeEnvironment

task default: %i[test rubocop rails_test]

0 comments on commit 98d2090

Please sign in to comment.