Skip to content

Expose Codacy production checks #341

@Raptor399

Description

@Raptor399

When creating a pull request, Codacy kicks in and verifies whether or not the submitted code is production ready. This is great!

Only thing: it would be nice to be able to run these exact production checks (or something close enough) locally as well with something like pnpm lint:production. This would prevent people from submitting pull requests that generate hundreds of errors in Codacy, with no way to locally reproduce. I always run pnpm lint to make sure all is silent, but Codacy still manages to find lots of other things, including things it considers critical.

Please expose the strict production checks that Codacy uses, so we can run the same checks locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions