You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Do not try to add a new section into `[features]` of `A` only because `B` expose that feature. There are edge-cases where this is still needed, but we can add them manually.
17
+
"--left-side-feature-missing=ignore",
18
+
# Ignore the case that `A` it outside of the workspace. Otherwise it will report errors in external dependencies that we have no influence on.
19
+
20
+
"--left-side-outside-workspace=ignore",
21
+
# Auxilary flags:
22
+
"--offline",
23
+
"--locked",
24
+
"--show-path",
25
+
"--quiet",
26
+
]
27
+
default:
28
+
# Running `zepter` with no subcommand will check & fix.
29
+
- [$check.0, "--fix"]
30
+
31
+
# Will be displayed when any workflow fails:
32
+
help:
33
+
text: |
34
+
Reth uses the Zepter CLI to detect abnormalities in Cargo features, e.g. missing propagation.
35
+
36
+
It looks like one more checks failed; please check the console output.
37
+
38
+
You can try to automatically address them by installing zepter (`cargo install zepter --locked`) and simply running `zepter` in the workspace root.
0 commit comments