Skip to content

Check formatting and eslint in CI + review pre-commit hook #210

Closed
@gndelia

Description

@gndelia

There have been a few PRs that had style modifications in files or Readme examples of code that were no actual changes as part of the PR that was being opened.

We are not enforcing our defined styling enough (I think it's only run in a pre-commit hook) which can be skipped. This ticket is to

  • Review the pre-commit hook to ensure it is actually working, and (except for manual skip by the dev) that it always runs when committing new code

  • Update our CI process to verify the code to be merged is following the eslint and prettier rules, preventing new code from being merged if it does not follow our style guide

Metadata

Metadata

Assignees

Labels

choreChanges that affect the build system, CI config or other changes that don't modify src/test filesreleasedreleased on @beta

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions