Skip to content

Update Makefile to remove check target#296

Merged
mjsdell merged 1 commit into
mainfrom
FixMakeFile
Nov 18, 2024
Merged

Update Makefile to remove check target#296
mjsdell merged 1 commit into
mainfrom
FixMakeFile

Conversation

@mjsdell

@mjsdell mjsdell commented Nov 18, 2024

Copy link
Copy Markdown
Collaborator

Remove check target from build target.

Description

With the introduction of the GitHub Actions to cover vetting, linting, formatting, etc we are now removing the check target from the Makefile to consolidate the tooling.

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Backward compatibility is not broken

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Remove check target from build target.

@AronAtDell AronAtDell left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mjsdell for getting this done! It is covered in the actions.

@mjsdell mjsdell merged commit ea4b331 into main Nov 18, 2024
@mjsdell mjsdell deleted the FixMakeFile branch November 18, 2024 15:38
Comment thread Makefile

# Build the driver locally
build: dependencies check
build: dependencies

@shaynafinocchiaro shaynafinocchiaro Nov 18, 2024

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the make check target and check.sh still needed now that linting is done in the PR?

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.

4 participants