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

Add Github Action for protonfixes #34

Closed
wants to merge 6 commits into from
Closed

Add Github Action for protonfixes #34

wants to merge 6 commits into from

Conversation

R1kaB3rN
Copy link
Member

@R1kaB3rN R1kaB3rN commented Mar 5, 2024

Currently, we have over 200+ gamefixes and none of them are linted before being merged to master.

For each pull request or merge to master, a script will be executed to lint gamefixes using Pylint's default ruleset and check for valid symbolic links. Effectively, reviewers can worry less about small bugs and focus on evaluating the worth of the fix itself.

In the future, Ruff will be used as a replacement since Pylint takes an unacceptable amount of time to process even with multiprocessing enabled.

@R1kaB3rN R1kaB3rN added help wanted Extra attention is needed enhancement New feature or request labels Mar 5, 2024
@R1kaB3rN R1kaB3rN closed this Mar 8, 2024
@R1kaB3rN R1kaB3rN deleted the gh-action branch March 8, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant