1.10.0
·
179 commits
to master
since this release
Added
FullyQualifiedImportanalysis rule, which flags non-fully qualified imports.- API:
UnitImportNameDeclaration::isAliasmethod.
Changed
- Non-trivial
inheritedexpressions are excluded inRedundantParentheses.
Fixed
- False positives around const array literals in
RedundantParentheses.