just: checking for ellipses
1 failed
(1 total)
View logs
modified CHANGELOG.md
@@ -178,7 +178,7 @@ COB type names and payload IDs remain unchanged for backwards compatibility.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified CONTRIBUTING.md
@@ -122,7 +122,7 @@ are separated from private modules with a blank line:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -143,13 +143,13 @@ Use short 1-letter names when the variable scope is only a few lines, or the con
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -192,7 +192,7 @@ for the reader:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-auth.md
@@ -6,7 +6,7 @@ $ rad auth --alias "alice"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-id.md
@@ -58,7 +58,7 @@ the delegates and threshold:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-inbox.md
@@ -6,7 +6,7 @@ Your inbox is empty.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -80,7 +80,7 @@ $ rad inbox show 1
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-init-existing-bare.md
@@ -22,7 +22,7 @@ And initialize this working copy as that existing repository:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-init-existing.md
@@ -22,7 +22,7 @@ And initialize this working copy as that existing repository:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-node.md
@@ -84,7 +84,7 @@ Running the command again gives us an error:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -126,7 +126,7 @@ $ rad sync status
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-checkout-force.md
@@ -80,7 +80,7 @@ ensure that they are looking at the latest changes:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/auth.rs
@@ -55,7 +55,7 @@ pub fn init(args: Args) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -63,7 +63,7 @@ pub fn init(args: Args) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/checkout.rs
@@ -38,7 +38,7 @@ fn execute(args: Args, profile: &Profile) -> anyhow::Result<PathBuf> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/init.rs
@@ -134,7 +134,7 @@ pub fn init(repo: git::Repository, args: Args, profile: &profile::Profile) -> an
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -497,7 +497,7 @@ pub fn setup_signing(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/node/control.rs
@@ -120,7 +120,7 @@ pub fn start(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -198,7 +198,7 @@ pub fn connect(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -222,11 +222,11 @@ pub fn connect_many(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/patch/checkout.rs
@@ -54,7 +54,7 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/terminal/io.rs
@@ -64,7 +64,7 @@ pub fn signer(profile: &Profile) -> anyhow::Result<BoxedDevice> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/main.rs
@@ -18,7 +18,7 @@ use radicle_signals as signals;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/reactor.rs
@@ -310,7 +310,7 @@ impl Reactor {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/reactor/controller.rs
@@ -46,7 +46,7 @@ impl Controller {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/tests.rs
@@ -1224,7 +1224,7 @@ fn test_persistent_peer_reconnect_attempt() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1519,7 +1519,7 @@ fn test_queued_fetch_max_capacity() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1651,7 +1651,7 @@ fn test_queued_fetch_from_command_same_rid() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/bounded.rs
@@ -126,7 +126,7 @@ impl<T, const N: usize> BoundedVec<T, N> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/service.rs
@@ -749,7 +749,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -760,7 +760,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -769,7 +769,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -778,14 +778,14 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2631,7 +2631,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/wire/frame.rs
@@ -191,7 +191,7 @@ impl From<StreamType> for u8 {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-term/src/io.rs
@@ -258,7 +258,7 @@ pub fn indented(msg: impl fmt::Display) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/canonical/formatter.rs
@@ -238,7 +238,7 @@ impl Formatter for CanonicalFormatter {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/identity/doc.rs
@@ -1046,7 +1046,7 @@ impl Doc {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/profile.rs
@@ -3,7 +3,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified justfile
@@ -61,10 +61,15 @@ check-docs:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
added scripts/just/check-ellipses.sh
@@ -0,0 +1,31 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified simulation/README.md
@@ -69,7 +69,7 @@ Here is an example of how the topology is structured:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -181,7 +181,7 @@ See the [Goals] section for more info.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified simulation/modules/radicle-node/README.md
@@ -75,7 +75,7 @@ This module uses a `topology` map to define one or more groups of Radicle nodes.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|