Skip to content

1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 02:22
· 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 in RedundantParentheses.

Fixed

  • False positives around const array literals in RedundantParentheses.