Skip to content

v0.14.0

Compare
Choose a tag to compare
@veelenga veelenga released this 24 Feb 08:22
· 609 commits to master since this release
d8c32f0

New Rules

  • Lint/DuplicatedRequire #188
  • Lint/SpecFocus #204
  • Performance/JoinAfterMap #186
  • Performance/FlattenAfterMap #192
  • Performance/CompactAfterMap #193
  • Performance/ChainedCallWithNoBang #195
  • Performance/AnyInsteadOfEmpty #197
  • Style/VerboseBlock #201
  • Style/IsAFilter #202

Improvements

  • Change Rule to a class #191
  • Add --rules switch to the CLI #179
  • Add support for showing code context lines #181
  • Add support for showing end location marker #200

Bugfixes

  • Avoid exponential recursion while finding variable references in scopes #203

Credits

Huge thanks to @Sija who made a valuable commitment to this release!