You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to run bundle exec rubocop in my project without issues, but in Nova, I keep getting "Error: unrecognized cop or department" errors. I am on Rails 7, Ruby 3.1.4, and these are the rubocop gems I have included:
group :development, :test do
gem 'rubocop'
gem 'rubocop-performance'
gem 'rubocop-rails'
gem 'rubocop-rspec'
The text was updated successfully, but these errors were encountered:
I am able to run
bundle exec rubocop
in my project without issues, but in Nova, I keep getting "Error: unrecognized cop or department" errors. I am on Rails 7, Ruby 3.1.4, and these are the rubocop gems I have included:The text was updated successfully, but these errors were encountered: