Skip to content
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

[Fix #456] New configuration parameter AllCops/RunExtraRailsCops. #505

Merged
merged 1 commit into from
Sep 22, 2013

Conversation

jonas054
Copy link
Collaborator

No description provided.

@@ -12,6 +12,9 @@ AllCops:
- '**/*.gemspec'
- '**/Rakefile'
Excludes: []
# By default, the extra rails cops are not run. Override in project or home
# directory .rubocop.yml files, or by giving the -R/--rails option.
RunExtraRailsCops: false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's name this just RunRailsCops.

bbatsov added a commit that referenced this pull request Sep 22, 2013
[Fix #456] New configuration parameter AllCops/RunExtraRailsCops.
@bbatsov bbatsov merged commit db9d159 into rubocop:master Sep 22, 2013
@jonas054 jonas054 deleted the enable_rails_cops_in_config branch September 22, 2013 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants