From 27dd18f0301285b3d323785518d19142d0e2d344 Mon Sep 17 00:00:00 2001 From: lucia-vargas-a Date: Tue, 18 Jun 2024 22:29:53 +0200 Subject: [PATCH] Spell check. --- .linkcheck.json | 2 +- .spelling | 3 --- scripts/spell_check.sh | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.linkcheck.json b/.linkcheck.json index 89db07b6c..ec4d34102 100644 --- a/.linkcheck.json +++ b/.linkcheck.json @@ -16,6 +16,6 @@ { "pattern": "^https://help.looker.com"}, { "pattern": "^https://mozilla-hub.atlassian.net" }, { "pattern": "^https:///mozilla.slack.com" }, - { "pattern": "^https://mozilla.udemy.com"}, + { "pattern": "^https://mozilla.udemy.com"} ] } diff --git a/.spelling b/.spelling index 752ddb042..8c52729a4 100644 --- a/.spelling +++ b/.spelling @@ -476,11 +476,8 @@ dml countif timestamp_add Modeling - - src/datasets/bigquery/firefox_android_clients/reference.md first_session - - src/cookbooks/data_modeling/using_aggregates.md neccesary - - src/cookbooks/data_modeling/where_to_store.md modeling 2019 pre-calculating diff --git a/scripts/spell_check.sh b/scripts/spell_check.sh index a1f141b6e..2961ff170 100755 --- a/scripts/spell_check.sh +++ b/scripts/spell_check.sh @@ -7,7 +7,7 @@ SEARCH_PATH=${@:-'src/**/*.md'} npx mdspell \ $SEARCH_PATH \ - '!src/cookbooks/new_ping_metadata_table.md' \ + '!src/cookbooks/*' \ --ignore-numbers \ --en-us \ --report