Skip to content

Commit

Permalink
[Fix #4242] Add Capfile to the list of known Ruby filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Apr 5, 2017
1 parent f71094a commit 66405e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
### Bug fixes

* [#4237](https://github.com/bbatsov/rubocop/pull/4237): Fix false positive in `Lint/AmbiguousBlockAssociation` cop for lambdas. ([@smakagon][])
* [#4242](https://github.com/bbatsov/rubocop/issues/4242): Add `Capfile` to the list of known Ruby filenames. ([@bbatsov][])

## 0.48.1 (2017-04-03)

Expand Down
1 change: 1 addition & 0 deletions lib/rubocop/target_finder.rb
Expand Up @@ -35,6 +35,7 @@ module RuboCop
Berksfile
Brewfile
Buildfile
Capfile
Dangerfile
Deliverfile
Fastfile
Expand Down

0 comments on commit 66405e1

Please sign in to comment.