Sha256: 06f8dd2e392845d6004c7043c919bb4671d295a26ced45fc4297c2af978c0c20

Contents?: true

Size: 1.95 KB

Versions: 29

Compression:

Stored size: 1.95 KB

Contents

RuboCop 0.20.1 is a bugfix-only release. Below is a list of the bugs we've fixed since 0.20.0:

## 0.20.1 (05/04/2014)

### Bugs fixed

* [#940](https://github.com/bbatsov/rubocop/issues/940): Fixed `UselessAccessModifier` not handling `attr_*` correctly. ([@fshowalter][])
* `NegatedIf` properly handles negated `unless` condition. ([@bbatsov][])
* `NegatedWhile` properly handles negated `until` condition. ([@bbatsov][])
* [#925](https://github.com/bbatsov/rubocop/issues/925): Do not disable the `Syntax` cop in output from `--auto-gen-config`. ([@jonas054][])
* [#943](https://github.com/bbatsov/rubocop/issues/943): Fix auto-correction interference problem between `SpaceAfterComma` and other cops. ([@jonas054][])
* [#954](https://github.com/bbatsov/rubocop/pull/954): Fix auto-correction bug in `NilComparison`. ([@bbatsov][])
* [#953](https://github.com/bbatsov/rubocop/pull/953): Fix auto-correction bug in `NonNilCheck`. ([@bbatsov][])
* [#952](https://github.com/bbatsov/rubocop/pull/952): Handle implicit receiver in `StringConversionInInterpolation`. ([@bbatsov][])
* [#956](https://github.com/bbatsov/rubocop/pull/956): Apply `ClassMethods` check only on `class`/`module` bodies. ([@bbatsov][])
* [#945](https://github.com/bbatsov/rubocop/issues/945): Fix SpaceBeforeFirstArg cop for multiline argument and exclude assignments. ([@cschramm][])
* [#948](https://github.com/bbatsov/rubocop/issues/948): `Blocks` cop avoids auto-correction if it would introduce a semantic change. ([@jonas054][])
* [#946](https://github.com/bbatsov/rubocop/issues/946): Allow non-nil checks that are the final expressions of predicate method definitions in `NonNilCheck`. ([@bbatsov][])
* [#957](https://github.com/bbatsov/rubocop/issues/957): Allow space + comment inside parentheses, braces, and square brackets. ([@jonas054][])

[@bbatsov]: https://github.com/bbatsov
[@jonas054]: https://github.com/jonas054
[@fshowalter]: https://github.com/fshowalter
[@cschramm]: https://github.com/cschramm

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
rubocop-0.37.0 relnotes/v0.20.1.md
rubocop-0.36.0 relnotes/v0.20.1.md
rubyjobbuilderdsl-0.0.2 vendor/bundle/ruby/2.1.0/gems/rubocop-0.26.0/relnotes/v0.20.1.md
rubyjobbuilderdsl-0.0.1 vendor/bundle/ruby/2.1.0/gems/rubocop-0.26.0/relnotes/v0.20.1.md
rubocop-0.35.1 relnotes/v0.20.1.md
rubocop-0.35.0 relnotes/v0.20.1.md
rubocop-0.34.2 relnotes/v0.20.1.md
rubocop-0.34.1 relnotes/v0.20.1.md
rubocop-0.34.0 relnotes/v0.20.1.md
rubocop-0.33.0 relnotes/v0.20.1.md
rubocop-0.32.1 relnotes/v0.20.1.md
rubocop-0.32.0 relnotes/v0.20.1.md
rubocop-0.31.0 relnotes/v0.20.1.md
rubocop-0.30.1 relnotes/v0.20.1.md
rubocop-0.30.0 relnotes/v0.20.1.md
rubocop-0.29.1 relnotes/v0.20.1.md
rubocop-0.29.0 relnotes/v0.20.1.md
rubocop-0.28.0 relnotes/v0.20.1.md
rubocop-0.27.1 relnotes/v0.20.1.md
rubocop-0.27.0 relnotes/v0.20.1.md