Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta: Remove the automated formatting check #496

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Conversation

adamziel
Copy link
Collaborator

@adamziel adamziel commented Jun 2, 2023

The automated formatting check requires frequent revisions over minor issues like an extra space in a markdown document, without offering much in return. An occasional difference in formatting style is fine as long as it self-corrects in the long run – and that's what the pre-commit formatting check should take care of.

This is an experimental change and we may have to roll it back or course-correct if I'm wrong about the self-correcting aspect and the overall formatting gets wildly out of hand.

That being said, let's give it a try and see how it works.

Testing Instructions

Confirm the CI workflow doesn't check code formatting

The automated formatting check requires frequent revisions over minor
issues like an extra space in a markdown document, without offering much
in return. An occasional difference in formatting style is fine
as long as it self-corrects in the long run – and that's what the
pre-commit formatting check should take care of.

This is an experimental change and we may have to roll it back or
course-correct if I'm wrong about the self-correcting aspect and the
overall formatting gets wildly out of hand.

That being said, let's give it a try and see how it works.
@adamziel adamziel force-pushed the disable-ci-lint-check branch from af5a53c to 5e0f946 Compare June 2, 2023 11:48
@adamziel adamziel merged commit 4ff89bf into trunk Jun 2, 2023
@adamziel adamziel deleted the disable-ci-lint-check branch June 2, 2023 11:58
danielbachhuber added a commit to WordPress/playground-tools that referenced this pull request Jun 7, 2023
## What?

Copies CI tooling improvements from WordPress Playground, specifically:
* WordPress/wordpress-playground#494
* WordPress/wordpress-playground#496

## Why?

* We should keep CI as consistent as possible between the two
repositories.
* It's nice to have linting and testing split into separate jobs, so
it's easier to see what fails.
* We'll benefit from a slight performance boost.

## Testing Instructions

1. Verify that all tests are run and pass as expected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant