Skip to content

v1.0.5

Latest

Choose a tag to compare

@alerizzo alerizzo released this 26 Mar 16:09
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
03d2f5f

Import tool configuration from file

New --import flag on the tools command lets you configure all repository tools and patterns from a codacy.config.json file in a single operation. The CLI showsva detailed preview of what will change (tools to enable, disable, reconfigure, and pattern counts), asks for confirmation, then applies everything — including optionally unlinking coding standards with --force.

  codacy tools gh my-org my-repo --import
  codacy tools gh my-org my-repo --import ./custom-config.json --force -y

Also in this release

  • --limit option for issues and findings — fetch up to 1,000 results with automatic pagination (default remains 100)
  • --link-standard / --unlink-standard on the repository command to manage coding standards
  • patternInfo.id now included in JSON output for issues
  • Node engine requirement bumped to >=20