Skip to content

Commit

Permalink
Merge pull request #1120 from rubocop-hq/enable-enable
Browse files Browse the repository at this point in the history
Enable Enabled parameter
  • Loading branch information
bquorning authored Jan 28, 2021
2 parents a117bc8 + d6740a4 commit 4c81f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Fix `HooksBeforeExamples`, `LeadingSubject`, `LetBeforeExamples` and `ScatteredLet` autocorrection to take into account inline comments and comments immediately before the moved node. ([@Darhazer][])
* Improve rubocop-rspec performance. ([@Darhazer][])
* Include `Enabled: true` to prevent a mismatched configuration parameter warning when `RSpec` cops are explicitly enabled in the user configuration. ([@pirj][])

## 2.1.0 (2020-12-17)

Expand Down
1 change: 1 addition & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
RSpec:
Enabled: true
Include:
- "**/*_spec.rb"
- "**/spec/**/*"
Expand Down

0 comments on commit 4c81f2d

Please sign in to comment.