We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
I've created .rubocop.yml :
AllCops: Exclude: - 'db/schema.rb' - 'bin/**/*' - 'config/initializers/devise.rb' - 'config/initializers/simple_form*' - 'db/migrate/*'
But in my migration I see error:
Method has too many lines.
How can I fix it ?
The text was updated successfully, but these errors were encountered:
I am not sure what you mean with "migration", but your problem might be related to #25
But the described problem is only related to the per file checks in the plugin - if you use "RuboCop: Check current project" you should be fine.
Sorry, something went wrong.
Yep, you're right. The problem related to #25
If rubocop is called with a single file, it ignores the .rubocop.yml.
No branches or pull requests
Hello.
I've created .rubocop.yml :
But in my migration I see error:
How can I fix it ?
The text was updated successfully, but these errors were encountered: