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 #925] Don't disable Syntax cop in rubocop-todo.yml #941

Merged
merged 1 commit into from
Apr 3, 2014

Conversation

jonas054
Copy link
Collaborator

@jonas054 jonas054 commented Apr 2, 2014

The Syntax cop is a fake cop and it can't be disabled in configuration.

@@ -55,7 +55,7 @@
* Fixed handling of floats in `NumericLiterals`. ([@bbatsov][])
* [#927](https://github.com/bbatsov/rubocop/issues/927): Let `--auto-gen-config` overwrite an existing `rubocop-todo.yml` file instead of asking the user to remove it. ([@jonas054][])
* [#936](https://github.com/bbatsov/rubocop/issues/936): Allow `_other` as well as `other` in `OpMethod`. ([@bbatsov][])

* [#925](https://github.com/bbatsov/rubocop/issues/925): Do not disable the `Syntax` cop in output from `--auto-gen-config`. ([@jonas054][])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Move this changelog entry.

The Syntax cop is a fake cop and it can't be disabled in configuration.
@jonas054
Copy link
Collaborator Author

jonas054 commented Apr 3, 2014

Moved entry and rebased!

bbatsov added a commit that referenced this pull request Apr 3, 2014
[Fix #925] Don't disable Syntax cop in rubocop-todo.yml
@bbatsov bbatsov merged commit f60a5a4 into rubocop:master Apr 3, 2014
@jonas054 jonas054 deleted the fix_auto_gen_config_syntax_cop branch April 3, 2014 20:51
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.

2 participants