Skip to content

v1.3.4-beta.2

Pre-release
Pre-release

Choose a tag to compare

@TheRealSimon42 TheRealSimon42 released this 10 Apr 13:46
a23110b

Codacy Code Quality Cleanup (Part 2)

Code Fixes (cosmetic only)

  • Fix remaining void arrow functions in StrategyEditor.ts
  • Remove unnecessary optional chains on Error.message
  • Fix forEach callbacks with implicit return values
  • Remove unused nothing import from SummaryCard.ts

Codacy Config Modernization

  • Switch to modern engines: eslint9 + opengrep (replacing legacy eslint + semgrep)
  • Add lizard (cyclomatic complexity) and trivy (dependency scanning)
  • Exclude src/types/** (HA upstream type definitions)
  • Disable legacy engines: tslint, csslint, pmd, checkov

No logic changes — purely code quality and tooling.