Skip to content

Commit

Permalink
[Fix #7966] Enable all pending cops for RuboCop 1.0
Browse files Browse the repository at this point in the history
Fixes #7966.

This PR enables all pending cops for RuboCop 1.0.
  • Loading branch information
koic authored and bbatsov committed Oct 16, 2020
1 parent 972401c commit 6ac7cd4
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 111 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@
### Changes

* [#8882](https://github.com/rubocop-hq/rubocop/pull/8882): **(Potentially breaking)** RuboCop assumes that Cop classes do not define new `on_<type>` methods at runtime (e.g. via `extend` in `initialize`). ([@marcandre][])
* [#7966](https://github.com/rubocop-hq/rubocop/issues/7966): **(Breaking)** Enable all pending cops for RuboCop 1.0. ([@koic][])

## 0.93.1 (2020-10-12)

Expand Down

0 comments on commit 6ac7cd4

Please sign in to comment.