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 Linter #42

Closed
wants to merge 3 commits into from
Closed

Add Linter #42

wants to merge 3 commits into from

Conversation

rdg922
Copy link
Contributor

@rdg922 rdg922 commented Oct 22, 2024

Add a linter to run on push

Add a linter to run on push
@rdg922 rdg922 changed the title Create pylint.yml Add Linter Oct 22, 2024
@rdg922
Copy link
Contributor Author

rdg922 commented Oct 22, 2024

I will try to add something to lint the files before the push so that it passes these tests

@rdg922
Copy link
Contributor Author

rdg922 commented Oct 22, 2024

I will put reopen when its ready

@rdg922 rdg922 closed this Oct 22, 2024
@rdg922
Copy link
Contributor Author

rdg922 commented Oct 22, 2024

I realized what I wanted was a prettier, which requires a precommit hook to avoid the ugly "auto formatted" commit messages clogging up the git history.

@rdg922
Copy link
Contributor Author

rdg922 commented Oct 22, 2024

After researching more, neither a precommit hook or a github prettier action will be a pleasant solution, best fix is to keep the linter, and edit the readme to teach people how to prettify and lint their code on their own end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant