From c6817cbd8cb8becd4a3ff8ea0842b9ae322904d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1tvik=20Karanam?= <89281036+skara9@users.noreply.github.com> Date: Thu, 27 Apr 2023 15:50:38 -0400 Subject: [PATCH 1/4] codespell ignore words --- .codespellignore | 1 + .github/workflows/codespell.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 .codespellignore diff --git a/.codespellignore b/.codespellignore new file mode 100644 index 00000000..14466fd5 --- /dev/null +++ b/.codespellignore @@ -0,0 +1 @@ +Tung \ No newline at end of file diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 18967049..c27014ba 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,3 +18,4 @@ jobs: uses: codespell-project/actions-codespell@master with: check_filenames: true + ignore_words_file: .codespellignore From 27a41e64fbe13782883919b77bf00c0e5b0f77c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1tvik=20Karanam?= <89281036+skara9@users.noreply.github.com> Date: Thu, 27 Apr 2023 15:57:52 -0400 Subject: [PATCH 2/4] Update codespell.yml --- .github/workflows/codespell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index c27014ba..b6a99a2c 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -19,3 +19,4 @@ jobs: with: check_filenames: true ignore_words_file: .codespellignore + ignore_words_list: Tung From 1a0094af37833cd94d255ed2c57328f093218c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1tvik=20Karanam?= <89281036+skara9@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:05:02 -0400 Subject: [PATCH 3/4] Update .codespellignore --- .codespellignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codespellignore b/.codespellignore index 14466fd5..0d4daa81 100644 --- a/.codespellignore +++ b/.codespellignore @@ -1 +1,2 @@ -Tung \ No newline at end of file +Tung +Tongue From 4716140c255884241f9248fe91636a0a7256ec53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1tvik=20Karanam?= <89281036+skara9@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:18:55 -0400 Subject: [PATCH 4/4] no more codespell --- .codespellignore | 2 -- .codespellrc | 2 -- .github/workflows/codespell.yml | 22 ---------------------- 3 files changed, 26 deletions(-) delete mode 100644 .codespellignore delete mode 100644 .codespellrc delete mode 100644 .github/workflows/codespell.yml diff --git a/.codespellignore b/.codespellignore deleted file mode 100644 index 0d4daa81..00000000 --- a/.codespellignore +++ /dev/null @@ -1,2 +0,0 @@ -Tung -Tongue diff --git a/.codespellrc b/.codespellrc deleted file mode 100644 index c940269c..00000000 --- a/.codespellrc +++ /dev/null @@ -1,2 +0,0 @@ -[codespell] -skip = *.png,*.lock,./.git/*,*.jpg,*.js,*.yml,Gemfile,./_sass diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml deleted file mode 100644 index b6a99a2c..00000000 --- a/.github/workflows/codespell.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Check Spelling - -on: [push, pull_request] - -jobs: - build: - name: Check Spelling - runs-on: ubuntu-latest - - steps: - - name: Checkout Code - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Check Spelling - uses: codespell-project/actions-codespell@master - with: - check_filenames: true - ignore_words_file: .codespellignore - ignore_words_list: Tung