-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regenerate .rubocop_todo.yml #120
Conversation
9005031
to
a8292c8
Compare
Maybe use this opportunity to upgrade rubocop to a newer version and lock to it? |
901557b
to
be3de5e
Compare
@@ -25,7 +25,7 @@ group :development, :test do | |||
gem 'rubocop' | |||
gem 'rubocop-capybara' | |||
gem 'rubocop-rake' | |||
gem 'rubocop-rspec' | |||
gem 'rubocop-rspec', '>= 3.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dblock |
Yes, the grape upgrade is not the intent of this PR, and it's hidden behind what you're trying to do. You have two choices:
|
cop `RSpec/FilePath` is now obsoleted. following message was shown when rubocop executed. ``` Error: The `RSpec/FilePath` cop has been split into `RSpec/SpecFilePathFormat` and `RSpec/SpecFilePathSuffix`. (obsolete configuration found in .rubocop_todo.yml, please update it) ```
be3de5e
to
ad773c3
Compare
@dblock |
Generated by 🚫 Danger |
cop
RSpec/FilePath
is now obsoleted.following message was shown when rubocop executed.
see also: rubocop/rubocop-rspec#1723