Skip to content

Commit

Permalink
chore(ci): exclude new rules for LT
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Oct 23, 2024
1 parent 7cbbb2b commit d4a9fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
reporter: github-pr-review
patterns: '*.md src/**.rs python/differt/**.py docs/source/**.md docs/source/**.ipynb'
level: warning
disabled_rules: WHITESPACE_RULE,EN_UNPAIRED_QUOTES,EN_QUOTES,DASH_RULE,WORD_CONTAINS_UNDERSCORE,UPPERCASE_SENTENCE_START,ARROWS,COMMA_PARENTHESIS_WHITESPACE,UNLIKELY_OPENING_PUNCTUATION,SENTENCE_WHITESPACE,CURRENCY,EN_UNPAIRED_BRACKETS,PHRASE_REPETITION,PUNCTUATION_PARAGRAPH_END,METRIC_UNITS_EN_US,ENGLISH_WORD_REPEAT_BEGINNING_RULE

codespell-jupyer:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d4a9fa0

Please sign in to comment.