v1.4.0
What's Changed
- Add
Lint/LiteralAssignmentsInExpressions
rule by @Sija in #303 - Add
Lint/UnusedBlockArgument
rule by @Sija in #320 - Add
Lint/MissingBlockArgument
rule by @Sija in #321 - Add
Lint/Formatting
rule by @Sija in #326 - Add
Style/ParenthesesAroundCondition
rule by @Sija in #301, #302 - Add
Style/QueryBoolMethods
rule by @Sija in #314 - Add
Severity#color
by @Sija in #311 - Refactor rules’ default group severity handling by @Sija in #310
- Make boolean rule properties generate query-style methods by @Sija in #309
- Refactor
AST::Util#literal?
helper by @Sija in #304 - Refactors & Refinements by @Sija in #305, #312, #317
- Tweak reported rule locations by @Sija in #337
- Do not report anonymous block arguments in
Lint/UnusedArgument
by @Sija in #319 - Extend
Lint/UnusedArgument
andLint/UnusedBlockArgument
rules with corrections by @Sija in #324 - Add autocorrect for
Style/UnlessElse
by @FnControlOption in #325 - Remove buggy auto-correction from
Performance/AnyInsteadOfEmpty
rule by @Sija in #341 - Fix typos throughout the code by @Sija in #306
- Specs cleanup by @Sija in #327
- Remove OpenSSL from Docker image by @Sija in #328
- Update CI definitions + add @dependabot by @Sija in #332, #335, #340
- Tweak CI workflow +
Makefile
refactor by @Sija in #339 - Build and push Docker images to GHCR by @Sija in #338
- Refresh readme by @veelenga in #315
Full Changelog: v1.3.1...v1.4.0