WORKSPACE_MISSING_CONFORMANCE_SCRIPT
Conformance is available on Enterprise plans
Conformance requires a script to exist in every workspace in the repository. This makes sure that Conformance rules are running on all code. This test throws an error if a workspace does not define a script in the file.
A workspace contains a file that looks like:
It does not contain a script, so this check will fail.
Install the package in this workspace and define a script in the file.
Was this helpful?