-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files.github/workflows/clippy.yaml
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
efffa20
to
8f53ee2
Compare
server/src/types.rs
Outdated
@@ -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(), |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
… if we just block a merge on any found issue
…et of method parameters
afffbdf
to
e94f66a
Compare
873e846
to
d29241f
Compare
No description provided.