Releases: wundertax/rubocop-wundertax
Releases · wundertax/rubocop-wundertax
Remove deprecated linter
v1.4.2 Remove deprecated linter
Bump rubocop to 0.79 and so on and so forth
Merge pull request #9 from wundertax/bump-rubocop Upgrade rubocop
Release v1.4.0
Update rubocop to version 0.68
Change Layouts:
- FirstParameterIndentation to IndentFirstArgument
- IndentArray to IndentFirstArrayElement
- IndentHash to IndentFirstHashElement.
Release v1.3.0
Disable Metrics/BlockLength cop on shared_example files
Release v1.2.0
This Release aims to remove cops disabling for
- Style/FrozenStringLiteralComment
- Style/GlobalVars
- Style/MultilineBlockChain
Release v1.1.0
Thi Release applies the following:
- remove cops overriding on config/default.yml
- Naming/MemoizedInstanceVariableName with optional EnforcedStyleForLeadingUnderscores
- exclude spec and gemspec files from Metrics/BlockLength cop
- exclude generator files from Layout/IndentHeredoc cop
Release v1.0.0
This is the first rubocop style guide release.