Support the OpenSBI #82
Annotations
2 errors and 10 warnings
lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
lint
Process completed with exit code 1.
|
lint:
src/emulate_extension/zicfiss.rs#L54
[clippy] reported by reviewdog 🐶
creating a shared reference to mutable static is discouraged
Raw Output:
src/emulate_extension/zicfiss.rs:54:17: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
|
lint:
src/emulate_extension/zicfiss.rs#L55
[clippy] reported by reviewdog 🐶
creating a shared reference to mutable static is discouraged
Raw Output:
src/emulate_extension/zicfiss.rs:55:17: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
|
lint:
src/emulate_extension/zicfiss.rs#L100
[clippy] reported by reviewdog 🐶
creating a shared reference to mutable static is discouraged
Raw Output:
src/emulate_extension/zicfiss.rs:100:36: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
|
lint:
src/emulate_extension/zicfiss.rs#L126
[clippy] reported by reviewdog 🐶
creating a shared reference to mutable static is discouraged
Raw Output:
src/emulate_extension/zicfiss.rs:126:29: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
|
lint:
src/emulate_extension/zicfiss.rs#L127
[clippy] reported by reviewdog 🐶
creating a shared reference to mutable static is discouraged
Raw Output:
src/emulate_extension/zicfiss.rs:127:29: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
|
lint:
src/emulate_extension/zicfiss.rs#L139
[clippy] reported by reviewdog 🐶
creating a shared reference to mutable static is discouraged
Raw Output:
src/emulate_extension/zicfiss.rs:139:29: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
|
lint:
src/emulate_extension/zicfiss.rs#L140
[clippy] reported by reviewdog 🐶
creating a shared reference to mutable static is discouraged
Raw Output:
src/emulate_extension/zicfiss.rs:140:29: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
|
lint:
src/emulate_extension/zicfiss.rs#L163
[clippy] reported by reviewdog 🐶
creating a shared reference to mutable static is discouraged
Raw Output:
src/emulate_extension/zicfiss.rs:163:40: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
|
lint:
src/emulate_extension.rs#L55
[clippy] reported by reviewdog 🐶
creating a shared reference to mutable static is discouraged
Raw Output:
src/emulate_extension.rs:55:14: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
|
lint:
src/emulate_extension.rs#L63
[clippy] reported by reviewdog 🐶
creating a shared reference to mutable static is discouraged
Raw Output:
src/emulate_extension.rs:63:31: warning: creating a shared reference to mutable static is discouraged (static_mut_refs)
|