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

added linting as pre-commit hook to Makefile #248

Closed
wants to merge 1 commit into from

Conversation

MitchiLaser
Copy link
Collaborator

This pull-request contains two changes:

  1. There were some missing raw-string and empty lines so the linters were complaining.
  2. After reformatting the files, the linter was added as a pre-commit hook which will automatically be installed from the makefile when setting up the development environment: make devenv. the Makefile was reformatted using the .ONESHELL to remove all the backslashes for multi-line commands.

With this hook, the linters are called on every git commit ...

@MitchiLaser MitchiLaser deleted the dev branch August 27, 2024 09:46
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