Skip to content

Commit 684fdf1

Browse files
committed
add preprocessing for <detail><summary></summary> blocks, remove exceptions from aspell list
1 parent 007ba9d commit 684fdf1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

scripts/aspell-dict-file.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,3 @@ explorative
11031103
ReceiveMessage
11041104
--docs/integrations/data-ingestion/clickpipes/postgres/postgres_generated_columns.md--
11051105
RelationMessage
1106-
--docs/use-cases/observability/clickstack/deployment/hyperdx-clickhouse-cloud.md--
1107-
clickstack
1108-
otel

scripts/check-doc-aspell

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ preprocess_file() {
120120
| sed -E 's/\{#[^}]*\}//g' \
121121
| sed -E 's/<[A-Za-z0-9_]+svg[^>]*\/?>//g' \
122122
| sed -E 's/<Image[^>]*\/?>//g' \
123-
| grep -Ev '(^[[:space:]]*(slug:|<img src=\{[^}]+\})|^import .* from .*)'
123+
| grep -Ev '(^[[:space:]]*(slug:|<img src=\{[^}]+\})|^import .* from .*)' \
124+
| grep -Ev '(^<details>|^<summary>)'
124125
}
125126

126127
# List of files to ignore

0 commit comments

Comments
 (0)