Revert elipses checks
These checks never worked in the first place.
When trying to check using a regex, too many valid cases of git ranges and CLI test substitutions showed up.
36 files changed
+74
-57
6ce2d00b
→
48d382cd
deleted .codespell-dictionary.txt
@@ -1 +0,0 @@
| - | |
modified .codespellrc
@@ -2,4 +2,3 @@
|
|
|
|
|
|
| - | |
|
modified .typos.toml
@@ -11,9 +11,6 @@ extend-ignore-re = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
modified CHANGELOG.md
@@ -133,7 +133,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
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-private.md
@@ -6,7 +6,7 @@ Here we will add Bob and Eve's DIDs to the `allow`list:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -34,7 +34,7 @@ To remove a peer's DID, we can use the `--disallow` option. Let's remove both of
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -67,7 +67,7 @@ the document is already up to date:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -87,7 +87,7 @@ Let's change the repository to `public`:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
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-init-private-clone-seed.md
@@ -4,7 +4,7 @@ is able to fetch it by specifying Alice as a seed.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-init-private-clone.md
@@ -19,7 +19,7 @@ the refs.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-init-with-existing-remote.md
@@ -12,7 +12,7 @@ Then we add it as a remote.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
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
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2635,7 +2635,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
@@ -209,7 +209,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
@@ -940,7 +940,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,17 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified simulation/README.md
@@ -69,7 +69,7 @@ This will give us the following workflow for constructing test scenarios:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|