Skip to content

Commit

Permalink
languagetool: disable specific rules
Browse files Browse the repository at this point in the history
JIRA CI-318
  • Loading branch information
mateusz-bloch authored and damianloew committed Oct 2, 2023
1 parent 64b1c42 commit 7af8183
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
disabled_rules: "ENGLISH_WORD_REPEAT_RULE,RB_RB_COMMA[3],REP_PASSIVE_VOICE[6],AI[1],ID_CASING[2],ENGLISH_WORD_REPEAT_BEGINNING_RULE,EN_UNPAIRED_BRACKETS"
# TODO: make languagetool not check the code blocks and enable back most of rules mentioned below:
# "ENGLISH_WORD_REPEAT_RULE,RB_RB_COMMA[3],AI[1],ID_CASING[2],EN_UNPAIRED_BRACKETS"

0 comments on commit 7af8183

Please sign in to comment.