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

fix diff checks #15258

Merged
merged 1 commit into from
Nov 19, 2024
Merged

fix diff checks #15258

merged 1 commit into from
Nov 19, 2024

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Nov 15, 2024

Our git diff checks (used to verify tidiness and that generated files are up to date) fail in cases where there are completely new files. This is both due to the files being unstaged as well as the default behavior of git diff to be to ignore them. We can call git add -all first, and include the --cached flag to get the behavior we want.

@jmank88 jmank88 requested review from a team as code owners November 15, 2024 11:58
@jmank88 jmank88 enabled auto-merge November 15, 2024 11:58
Copy link
Contributor

github-actions bot commented Nov 15, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

@jmank88 jmank88 requested review from HenryNguyen5, kalverra, a team and reductionista and removed request for a team November 18, 2024 16:41
@jmank88 jmank88 added this pull request to the merge queue Nov 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 18, 2024
@jmank88 jmank88 added this pull request to the merge queue Nov 19, 2024
Merged via the queue into develop with commit c6bbfe1 Nov 19, 2024
88 of 91 checks passed
@jmank88 jmank88 deleted the fix-diff branch November 19, 2024 02:14
cedric-cordenier pushed a commit that referenced this pull request Nov 20, 2024
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