Skip to content

Commit 85cc839

Browse files
authored
Merge pull request #189 from koic/inherit_exclude_paths
[Fix #122] Fix `Exclude` paths that were not inherited
2 parents 0390674 + e2a2c2f commit 85cc839

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Bug fixes
66

77
* [#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][])
89

910
## 2.4.1 (2019-12-25)
1011

config/default.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Common configuration.
22

3+
inherit_mode:
4+
merge:
5+
- Exclude
6+
37
AllCops:
48
Exclude:
59
- bin/*

0 commit comments

Comments
 (0)