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 lint make target #1068

Merged
merged 9 commits into from
Nov 3, 2022
Merged

Add lint make target #1068

merged 9 commits into from
Nov 3, 2022

Conversation

cartermckinnon
Copy link
Member

Description of changes:

Adds a make target called lint which will be added to the CI, failing if the source files are not of the proper format or if they have bug-checking failures.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Testing Done

This will fail because I haven't opened a PR standardizing the format yet :)

make lint

@cartermckinnon cartermckinnon marked this pull request as ready for review October 29, 2022 18:16
Makefile Outdated Show resolved Hide resolved
@cartermckinnon
Copy link
Member Author

cartermckinnon commented Oct 31, 2022

I went ahead and added make lint to the CI workflow, so that check will need to be overridden to merge this.

I'll open two related PR's:

  1. Apply formatting.
  2. Fix the 1 error-level shellcheck finding.

I don't want to cause headache for the PR's that are close to merge, so I'll wait until #938 and #1066 are merged to move forward.

@cartermckinnon cartermckinnon merged commit ac6f229 into master Nov 3, 2022
@cartermckinnon cartermckinnon deleted the lint branch November 3, 2022 22:42
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.

2 participants