Skip to content

Commit

Permalink
Disable memoized helpers cop (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmochrie authored Sep 4, 2020
1 parent 4cd6041 commit eb88dff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 6.1.1 - 2020-09-04
- Disable RSpec/MultipleMemoizedHelpers cop

## 6.1.0 - 2020-08-27
- Upgraded rubocop to 0.89
- Upgraded rubocop-performance to 1.7
Expand Down
3 changes: 3 additions & 0 deletions core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ RSpec/MessageChain:
RSpec/MultipleExpectations:
Enabled: false

RSpec/MultipleMemoizedHelpers:
Enabled: false

RSpec/NamedSubject:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion lib/ws/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ws
module Style
VERSION = '6.1.0'.freeze
VERSION = '6.1.1'.freeze
end
end

0 comments on commit eb88dff

Please sign in to comment.