Skip to content

encoding-verifier v2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Feb 23:37
· 72 commits to main since this release

Changed

  • (Breaking change! A small one, though.) The default directory for the source root is now determined through the Git invocation.
  • Terminate on Git invocation errors.
  • Split files for passing into git ls-files into chunks (support huge file lists).

Added

  • Add new parameter: -ExcludedExtensions, with a list of file extensions to ignore during the check.

Fixed

  • Fixed file list calculation if running from alternate source root.