CHANGELOG.md in rubocop-bitcrowd-2.0.0 vs CHANGELOG.md in rubocop-bitcrowd-2.1.0
- old
+ new
@@ -2,11 +2,11 @@
Presented in reverse chronological order.
## master
-https://github.com/bitcrowd/rubocop-bitcrowd/compare/v2.0.0...HEAD
+https://github.com/bitcrowd/rubocop-bitcrowd/compare/v2.1.0...HEAD
*Put high-level summary here before releasing a new version*
### Deprecations:
@@ -22,12 +22,19 @@
### Fixes:
* *Put fixes here (in a brief bullet point)*
-## 2.0.0
+## `2.1.0` (2019-11-29)
+https://github.com/bitcrowd/rubocop-bitcrowd/compare/v2.0.0...v2.1.0
+
+### New features:
+* Exclude `namespace` method from `Metrics/BlockLength` to support longer namespace definitions in rake tasks.
+
+## `2.0.0` (2019-02-06)
+
https://github.com/bitcrowd/rubocop-bitcrowd/compare/v1.3.0...v2.0.0
This release changes our approach on excluding certain file paths and directories from being inspected by the linter. Instead of fully overriding RuboCop's default `AllCops:Exclude` list (which used to be necessary up until `rubocop` v0.57.0), `rubocop-bitcrowd` now only provides some extra patterns as an extension to the default list.
We in addition to the default directories, e.g. want to exclude `log`, `tmp` and `storage` in Rails projects.
@@ -54,11 +61,11 @@
```
### Fixes:
* Also exclude the `tmp`, `log` and `storage` directories from being inspected.
- Working on a Rails application, especially the `tmp` directory fills up over time and slows down linting the project enormously. Same goes for the `storage` directory: here rubocop also has to dig through deeply nested folder structures.
+ Working on a Rails application, especially the `tmp` directory fills up over time and slows down linting the project enormously. Same goes for the `storage` directory: here rubocop also has to dig through deeply nested folder structures.
Note: rubocop's "default" configuration also ignores the `tmp` directory.
## `1.3.0` (2018-10-22)
This release is a maintenance release. Most notably it let's us be compatile with rubocop versions >= 0.56 again. For a full list of changes, see the link or summary below.
@@ -119,6 +126,5 @@
## `1.1.0` (2017-09-21)
https://github.com/bitcrowd/rubocop-bitcrowd/compare/695fb551bcd1e17a12f80e34c9bbcb842cee35ea...v1.1.1
* First official release
-