Sha256: bfb1213ecc1d467df54601adb17e7c5376fee55fe561c93e32d4f091a6019d2f

Contents?: true

Size: 1.87 KB

Versions: 5

Compression:

Stored size: 1.87 KB

Contents

# rubocop-codetakt

## v0.7.0 (2017-07-11)

[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.6.0...v0.7.0)

*	Loosen RSpec/NestedGroups to Max: 4.
* Backport "Disable RSpec/EmptyLineAfterFinalLet cop"
  * From: https://github.com/onk/onkcop/pull/30

## v0.6.0 (2017-06-14)

[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.5.0...v0.6.0)

*	Disable the Style/MethodCalledOnDoEndBlock cop.

## v0.5.0 (2017-04-30)

[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.4.0...v0.5.0)

* Update `onkcop` v0.48.1.1.
* Disable the RSpec/DescribedClass cop for the request specs.

## v0.4.0 (2017-04-07)

[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.3.0...v0.4.0)

* Disable the Style/WordArray cop and the Style/SymbolArray cop.

## v0.3.0 (2017-04-03)

[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.2.3...v0.3.0)

* Use the onkcop v0.48.0.0.
* Update the Changelog.

## v0.2.3 (2017-03-27)

[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.2.2...v0.2.3)

* Add the new config "config/rails4.yml".
  For prevent the False positives in Rails 4.2.

## v0.2.2 (2017-03-27)

[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.2.1...v0.2.2)

* Follow the RuboCop updates to the version 0.48.

See the upstream's release note: <https://github.com/bbatsov/rubocop/releases/tag/v0.48.0>

## v0.2.1 (2017-03-22)

[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.2.0...v0.2.1)

* Fix README's typo.

## v0.2.0 (2017-03-21)

[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.1.0...v0.2.0)

* Enabled:
  * `DisplayCopNames`

* Disabled:
  * `Style/DoubleNegation`

* Loosened:
  * `Metrics/AbcSize`
  * `Metrics/CyclomaticComplexity`
  * `Metrics/LineLength`
  * `Metrics/MethodLength`
  * `Metrics/PerceivedComplexity`

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubocop-codetakt-0.8.3 CHANGELOG.md
rubocop-codetakt-0.8.2 CHANGELOG.md
rubocop-codetakt-0.8.1 CHANGELOG.md
rubocop-codetakt-0.8.0 CHANGELOG.md
rubocop-codetakt-0.7.0 CHANGELOG.md