Releases: datarockets/ruby-style
Releases · datarockets/ruby-style
0.8.1
0.8.0
Added
- Add
Style/NestedInterpolationcop. (@r.dubrovsky)
Changed
-
Update rubocop to
0.80.0. List of changes here. (@r.dubrovsky)- Add
Style/HashEachMethods,Style/HashTransformKey,Style/HashTransformValuescops. - #7641: Remove
Style/BracesAroundHashParameterscop.
- Add
-
Update rubocop-rspec to
1.38.1. List of changes for 1.38.0 and 1.38.1. -
Enable
rubocop-railscops for rails config. (@ula) -
Setup
Style/Documentationfor rails config. (@r.dubrovsky) -
Setup
Style/ClassAndModuleChildrencop. (@r.dubrovsky) -
Enable
RSpec/LetSetupcop. (@r.dubrovsky)
Thank you @ula for a great impact on this version ❤️
0.7.0
Added
- #130: Add Layout/ArrayAlignmentExtended cop (@nikitasakov)
Changed
- Update rubocop to
0.79.0. List of changes for 0.78.0 and 0.79.0. - Update rubocop-rspec to
1.37.1. List of changes for 1.37.0 and 1.37.1. - Add notes for setting up Rspec configuration for fixing Rspec internal style issues. (@r.dubrovsky)
- #58: Disable
RSpec/LetSetupcop by default. (@ula)
Fixed
- #80: Allows adding additional files and directories to excluding block for rubocop. (@nikitasakov)
- Fix documentation issues. (@ula)
Thank @ula and @nikitasakov for huge impact into that version ❤️
0.6.2
0.6.1
Fixed
- #126: Result for ToDo list formatter. (@r.dubrovsky)
0.6.0
Added
- #107: Add ToDo list formatter. (@r.dubrovsky)
Changed
- Update rubocop to
0.76. List of changes for 0.76.0. - Change default value for
RSpec/ExampleLengthcop. (@a.branzeanu) - Disable
RSpec/NestedGroupscop by default. (@r.dubrovsky)
@a.branzeanu, thank you for a great help for preparing that version ❤️
0.5.0
Changed
- Finally, rubbocop config was split to smaller smaller parts (for ruby, rails and rspec). (@r.dubrovsky)
- Update rubocop to
0.75.1. List of changes for 0.75.0 and 0.75.1. - Update rubocop-rspec to
1.36.0. List of changes here. - Use block style for
RSpec/ExpectChangecop. (@r.dubrovsky) - Add
RSpec/MessageSpiescop to style guide. (@r.dubrovsky)
Fixed
- Fix
RSpec/DescribedClass's error whendescribed_classis used as part of a constant. This is part of rubocop-rspec changes.
0.4.0
Changed
- Update rubocop-rspec to
1.35.0. List of changes here. (@r.dubrovsky) - Use contenxt-dependent style for curly braces around hash params. (@v.kuzmik)
- Use leading underscores in cached instance variable name (cop:
Naming/MemoizedInstanceVariableName). (@ula) - Allow use
forwihtRSpec/ContextWordingcop. (@r.dubrovsky) - Change
Layout/AlignArgumentsandLayout/IndentFirstHashElementcops for aliging arguments with fixed indentation. (@r.dubrovsky) - Enable
Layout/MultilineMethodCallIndentationcop for aliging arguments with fixed indentation. (@r.dubrovsky, @ula)
Also, thank you all guys who help us with reviewing (especially @aleks) ❤️.
0.3.0
Changed
- Update rubocop to
0.74.0. List of changes here (@r.dubrovsky) - Update rubocop-rspec to
1.34.1. List of changes by these links: 1.34.0 and 1.34.1 (@r.dubrovsky) - Move shared rubocop config into
configdirectory. (@r.dubrovsky) - Allow writing empty methods in two lines. (@v.kuzmik)
- Disable
Style/FrozenStringLiteralCommentcop by default. (@r.dubrovsky)
Fixed
- #4222: Disable
Lint/AmbiguousBlockAssociationfor Rspec directory. (@r.dubrovsky) - #65: Exclude
node_modulesfrom rubocop scope. (@r.dubrovsky)
As usual, thank you @aleks for help with reviewing PRs and issues ❤️
0.2.0
Changed
- Update rubocop to
0.73.0. List of changes you can find here. (@r.dubrovsky) - Use prefered variable name in rescued exceptions (cop:
Naming/RescuedExceptionsVariableName). (@ula) - Disable
RSpec/ImplicitSubjectcop for rspec files. (@r.dubrovsky)
Thank you @aleks for a huge help with reviewing PRs and issues ❤️