We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0390674 + e2a2c2f commit 85cc839Copy full SHA for 85cc839
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Bug fixes
6
7
* [#184](https://github.com/rubocop-hq/rubocop-rails/issues/184): Fix `Rake/Environment` to allow task with no block. ([@hanachin][])
8
+* [#122](https://github.com/rubocop-hq/rubocop-rails/issues/122): Fix `Exclude` paths that were not inherited. ([@koic][])
9
10
## 2.4.1 (2019-12-25)
11
config/default.yml
@@ -1,5 +1,9 @@
1
# Common configuration.
2
3
+inherit_mode:
4
+ merge:
+ - Exclude
+
AllCops:
Exclude:
- bin/*
0 commit comments