-
Notifications
You must be signed in to change notification settings - Fork 25
test: switch to rules_lint #238
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
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
eb25bb1 to
d2aca3d
Compare
switched clippy to rules lint Signed-off-by: Dan Calavrezo <[email protected]>
90bb5c8 to
788f512
Compare
MaximilianSoerenPollak
left a comment
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.
Just two questions
| uses: eclipse-score/cicd-workflows/.github/workflows/static-analysis.yml@main | ||
| with: | ||
| bazel-target: "build //:clippy" | ||
| bazel-targets: "//src/rust/..." |
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.
Is this 'targets' or a typo? As it was 'target' before?
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.
no, it is targets now
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.
you must have 20/20 vision, Max 😄
| assert!(result | ||
| .is_err_and(|e| e == ErrorCode::DeserializationFailed("Invalid KvsValue variant provided".to_string()))); |
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.
Does this work
result
.something
Can the '.' operator be split on newlines like that?
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.
this is fixed by the rustfmt, I don't want to mess it up
removed cargo fmt execution from workflows Signed-off-by: Dan Calavrezo <[email protected]>
vinodreddy-g
left a comment
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
switched clippy to rules lint