Releases: datarockets/ruby-style
Releases · datarockets/ruby-style
Version 0.1.0
A started version of the gem.
Added
- Base config with community rules and some basic override rules. (@r.dubrovsky, @aleks)
- Config is based on rubocop version 0.72.0 (@r.dubrovsky)
- Enable
rubocop-speccops by default (@r.dubrovsky) - Enable
Bundler/DuplicatedGemcop by default (@r.dubrovsky) - Enable
Bundler/OrderedGemscop with allowing ordering by groups (@r.dubrovsky)
Changed
- Change the limit for size of line to 120 symbols (@r.dubrovsky)
- Disable
Metrics/BlockLengthcop for rspec files (@r.dubrovsky) - Exclude rubocop checking for some config directories (@r.dubrovsky)
- Enable prafering double quotes for string literals (@r.dubrovsky)
- Do not add spaces beetwen hash literal braces (cop
Layout/SpaceInsideHashLiteralBraces) (@r.dubrovsky) - Prefer normal style for
Layout/IndentationConsistencycop for Rails apps too (@r.dubrovsky) - Change style to
variableforLayout/EndAlignmentcop (@r.dubrovsky) - Change style to
with_fixed_indentationwith indentation width 2 forLayout/AlignParametercop (@r.dubrovsky) - Always ingone hash aligning for key word arguments (cop:
Layout/AlignHash) (@r.dubrovsky)