Skip to content

Commit

Permalink
"Update codespell workflow to ignore long base64 strings and specific…
Browse files Browse the repository at this point in the history
… words"
  • Loading branch information
Sonu0305 committed Dec 31, 2024
1 parent e24ccce commit ae6a8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:

- name: Run codespell
run: |
codespell docs/
codespell --ignore-regex='[A-Za-z0-9+/]{100,}' --ignore-words-list 'Parrent,Layou' docs/

0 comments on commit ae6a8e8

Please sign in to comment.