Sha256: 5b3a14de04391125e5ca73562dd922362264e6ad5ef8abea2ec36fb760bd7a96
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
# Change log ## master (unreleased) ## 0.5.1 (2020-02-14) ### Bug fixes * [#28](https://github.com/rubocop-hq/rubocop-rake/issues/28): Fix `Rake/Desc` to avoid an error when `task` is not a task definition. ([@pocke][]) ## 0.5.0 (2019-10-31) ### New features * [#14](https://github.com/rubocop-hq/rubocop-rake/issues/14): Add Rake/DuplicateNamespace cop. ([@jaruuuu][]) ## 0.4.0 (2019-10-13) ### New features * [#13](https://github.com/rubocop-hq/rubocop-rake/issues/13): Add Rake/DuplicateTask cop. ([@pocke][]) ## 0.3.1 (2019-10-06) ### Bug fixes * [#17](https://github.com/rubocop-hq/rubocop-rake/pull/17): Filter target files for Rake/ClassDefinitionInTask cop. ([@pocke][]) ## 0.3.0 (2019-09-25) ### New features * [#6](https://github.com/rubocop-hq/rubocop-rake/issues/6): Add `Rake/ClassDefinitionInTask` cop. ([@pocke][]) ### Bug fixes * [#8](https://github.com/rubocop-hq/rubocop-rake/issues/8): Make Rake/Desc to not require description for the default task. ([@pocke][]) ## 0.2.0 (2019-09-17) ### New features * [#5](https://github.com/rubocop-hq/rubocop-rake/pull/5): Add `Rake/MethodDefinitionInTask`. ([@pocke][]) ## 0.1.0 (2019-09-04) ### New features * The first release! * Add `Rake/Desc`. ([@pocke][]) [@pocke]: https://github.com/pocke [@jaruuuu]: https://github.com/jaruuuu
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-rake-0.5.1 | CHANGELOG.md |