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

chore: make clippy warnings into failures #491

Merged
merged 8 commits into from
Jul 22, 2024

Conversation

sighphyre
Copy link
Member

No description provided.

Copy link

github-actions bot commented Jul 19, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

.github/workflows/clippy.yaml
  • github/codeql-action/upload-sarif@3.*.*

Copy link
Member

@chriswk chriswk left a comment

Choose a reason for hiding this comment

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

LGTM

@sighphyre sighphyre force-pushed the chore/make-clippy-fail-the-build branch from efffa20 to 8f53ee2 Compare July 19, 2024 12:06
@@ -645,14 +645,14 @@ mod tests {
fn context_conversion_properties_level_properties_take_precedence_over_top_level() {
let context = Context {
properties: Some(HashMap::from([(
"duplicated property".into(),
"probably_a_duplicated property".into(),
Copy link
Member Author

Choose a reason for hiding this comment

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

Turns out I had to do this to dodge the cache. It's just a data change in a test to kick the build

Copy link
Member

@chriswk chriswk left a comment

Choose a reason for hiding this comment

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

Sure

@alvinometric alvinometric changed the title chore: make clippy wanrings into failures chore: make clippy warnings into failures Jul 19, 2024
@sighphyre sighphyre force-pushed the chore/make-clippy-fail-the-build branch from afffbdf to e94f66a Compare July 22, 2024 07:46
@sighphyre sighphyre force-pushed the chore/make-clippy-fail-the-build branch from 873e846 to d29241f Compare July 22, 2024 07:50
@sighphyre sighphyre merged commit 8e57fe3 into main Jul 22, 2024
9 checks passed
@sighphyre sighphyre deleted the chore/make-clippy-fail-the-build branch July 22, 2024 07:53
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