Devops: Update docker compose + add CI #2
Annotations
3 errors
Run clippy action:
core/src/system_ids.rs#L14
error: empty line after doc comment
--> core/src/system_ids.rs:14:1
|
14 | / /**
15 | | * Relations are a data model that enable us to create references between some
16 | | * arbitrary id and a set of entity ids.
17 | | *
... |
30 | | */
31 | |
| |_
...
36 | pub const RELATION: &str = "c167ef23fb2a40449ed945123ce7d2a9";
| ------------------------ the comment documents this constant
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
Run clippy action:
core/src/system_ids.rs#L242
error: empty line after doc comment
--> core/src/system_ids.rs:242:1
|
242 | / /**
243 | | * Addresses for important contracts on our L3.
244 | | *
245 | | * Note: If you want to test deployments on a different network (e.g. local or Mumbai),
246 | | * you can update these addresses to point to the correct contracts on that network.
247 | | */
248 | |
| |_
249 | pub const PROFILE_REGISTRY_ADDRESS: &str = "0xc066E89bF7669b905f869Cb936818b0fd0bc456d";
| ---------------------------------------- the comment documents this constant
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
Run clippy action
Clippy has exited with exit code 101
|
Loading