Add codespell configuration and make it fix some typos
Add rudimentary codespell config
[DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically
=== Do not change lines below === { “chain”: [], “cmd”: “codespell -w”, “exit”: 0, “extra_inputs”: [], “inputs”: [], “outputs”: [], “pwd”: “.” } ^^^ Do not change lines above ^^^
8 files changed
+13
-7
65c453e3
→
af7d2e51
added .codespellrc
@@ -0,0 +1,6 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified crates/radicle-types/src/cobs/stream/error.rs
@@ -40,7 +40,7 @@ pub enum Actions {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/cobs/stream/iter.rs
@@ -173,7 +173,7 @@ impl<'a, A> ActionsIter<'a, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified eslint.config.js
@@ -119,7 +119,7 @@ export default [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/notification.ts
@@ -85,7 +85,7 @@ export function createSummary(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/updateChecker.svelte.ts
@@ -96,7 +96,7 @@ class UpdateChecker {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/clipboard.spec.ts
@@ -3,7 +3,7 @@ import { chromium } from "playwright";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/logPrefix.ts
@@ -33,7 +33,7 @@ export function logPrefix(label: string): string {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|