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

BCF-2141: clean up make generate #8722

Merged
merged 7 commits into from
Mar 16, 2023
Merged

Conversation

krehermann
Copy link
Contributor

now make generate runs the make commands for go install. Previously make generate installed some but not all dependencies.

now `make generate` runs the make commands for `go install`. Previously `make generate` installed some but not all dependencies.
@github-actions
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@krehermann krehermann force-pushed the bug/codec-make-generate branch from 79494a9 to d7abd0c Compare March 16, 2023 14:35
@krehermann krehermann force-pushed the bug/codec-make-generate branch from d7abd0c to 064e76a Compare March 16, 2023 14:35
- name: Ensure clean after generate
run: git diff --stat --exit-code
- run: make gomodtidy
Copy link
Contributor

Choose a reason for hiding this comment

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

I think I had tidy first since it is faster? nbd though

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i moved it here since generate is running go install under the hood and i thought might effect the result of gomodtidy

@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@krehermann krehermann merged commit fcd089c into develop Mar 16, 2023
@krehermann krehermann deleted the bug/codec-make-generate branch March 16, 2023 18:30
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.

3 participants