Releases: standardrb/standard
Releases · standardrb/standard
Standard 1.0
- Relax multi-line block rules, moving away from enforcing semantic blocks to
instead allowing code to adhere to whatever multi-line format the author deems
best #263 - Allow a
standard:disable
comment directive in addition torubocop:disable
#186 - Remove the banner text that standard outputs after failure
#264
v0.11.0
0.10.0
v0.6.1
- Update Rubocop from 0.90 to 0.91, enabling:
Lint/UselessTimes
Layout/BeginEndAlignment
Lint/ConstantDefinitionInBlock
Lint/IdentityComparison
Bundler/DuplicatedGem
(re-enabled after bug fix)Naming/BinaryOperatorParameterName
(re-enabled after bug fix)
The no more trailing commas edition
This change is a significant departure due to our decision to remove trailing commas from array and hash literals. You can find more comment at #159 and at fables-tales/rubyfmt#154