-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Add db/schema.rb to the excluded files #166
Comments
👍 I think the |
Since these files are generated by Rails, Rucocop should not report offenses on them. Fixes rubocop#166
Since these files are generated by Rails, Rucocop should not report offenses on them. Fixes rubocop#166
Not all files contained in the bin directory are automatically generated. # This script is a way to setup or update your development environment automatically.
# This script is idempotent, so that you can run it at anytime and get an expectable outcome.
# Add necessary setup steps to this file. For this reason, there is a possibility that an offense that cannot be detected may be encountered but let's see what happens when we exclude the entire |
Since these files are generated by Rails, Rucocop should not report offenses on them. Fixes rubocop#166
Since these files are generated by Rails, Rucocop should not report offenses on them. Fixes rubocop#166
Since these files are generated by Rails, Rucocop should not report offenses on them. Fixes rubocop#166
The file
db/schema.rb
could be added to the excluded files, because we do not want Rubocop messing with that file.In my projects I need to add:
and I guess other users too. So I'm asking if we can make it a rule.
The text was updated successfully, but these errors were encountered: