Skip to content

Commit

Permalink
Add Steepfile to default Include list
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Feb 14, 2020
1 parent 2ec092a commit b93a266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,7 @@
* [#7677](https://github.com/rubocop-hq/rubocop/pull/7677): Add a cop for `Hash#each_key` and `Hash#each_value`. ([@jemmaissroff][])
* Add `BracesRequiredMethods` parameter to `Style/BlockDelimiters` to require braces for specific methods such as Sorbet's `sig`. ([@maxh][])
* [#7686](https://github.com/rubocop-hq/rubocop/pull/7686): Add new `JUnitFormatter` formatter based on `rubocop-junit-formatter` gem. ([@koic][])
* [#7715](https://github.com/rubocop-hq/rubocop/pull/7715): Add `Steepfile` to default `Include` list. ([@ybiquitous][])

### Bug fixes

Expand Down
1 change: 1 addition & 0 deletions config/default.yml
Expand Up @@ -54,6 +54,7 @@ AllCops:
- '**/Puppetfile'
- '**/Rakefile'
- '**/Snapfile'
- '**/Steepfile'
- '**/Thorfile'
- '**/Vagabondfile'
- '**/Vagrantfile'
Expand Down
1 change: 1 addition & 0 deletions spec/rubocop/target_finder_spec.rb
Expand Up @@ -53,6 +53,7 @@
Puppetfile
Rakefile
Snapfile
Steepfile
Thorfile
Vagabondfile
Vagrantfile
Expand Down

0 comments on commit b93a266

Please sign in to comment.