Skip to content

Use parallel-lint and cs2pr for improved feedback on linting errors #812

New issue

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

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

Already on GitHub? # to your account

Merged
merged 3 commits into from
Mar 25, 2025

Conversation

DannyvdSluijs
Copy link
Collaborator

This pull request includes changes to the .github/workflows/lint.yml file to improve the linting process for the project. The most important changes include renaming the job from "tests" to "lint", updating the PHP setup configuration, and modifying the linting command.

Improvements to linting workflow:

  • .github/workflows/lint.yml: Renamed the job from "tests" to "lint" to better reflect its purpose.
  • .github/workflows/lint.yml: Updated the PHP setup configuration to include parallel-lint and cs2pr tools, and reordered the php-version and coverage parameters for clarity.
  • .github/workflows/lint.yml: Modified the linting command to use parallel-lint with cs2pr for better parallel processing and reporting.

@DannyvdSluijs DannyvdSluijs force-pushed the Improve-linting-check branch from c2f14e5 to 41524a3 Compare March 25, 2025 12:42
@DannyvdSluijs DannyvdSluijs merged commit f769861 into master Mar 25, 2025
15 checks passed
@DannyvdSluijs DannyvdSluijs deleted the Improve-linting-check branch March 25, 2025 12:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant