1.10.0
·
148 commits
to master
since this release
Added
FullyQualifiedImport
analysis rule, which flags non-fully qualified imports.- API:
UnitImportNameDeclaration::isAlias
method.
Changed
- Non-trivial
inherited
expressions are excluded inRedundantParentheses
.
Fixed
- False positives around const array literals in
RedundantParentheses
.