v1.3.0
What's Changed
- Add
Lint/LiteralsComparison
rule by @Sija in #292, #293 - Add
Lint/NotNil
rule by @Sija in #288 - Add
Lint/NotNilAfterNoBang
rule by @Sija in #291 - Enable
Lint/EmptyExpression
by default by @Sija in #287 - Fix typo in a
Style/VerboseBlock
configuration example by @Sija in #280 - Fix
Source::Corrector#remove_{leading,trailing}
methods by @Sija in #289 - Populate
Rule::Base+.parsed_doc
on compile time by @Sija in #282 - Reduce usage of
Object#not_nil!
by @Sija in #281 - Use
String#hash
instead ofDigest::SHA1.hexdigest
by @Sija in #286 - Remove trailing dots from rule descriptions by @Sija in #290
Full Changelog: v1.2.0...v1.3.0