Skip to content

Commit

Permalink
Disable natural language check in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane committed Sep 10, 2024
1 parent b9a3032 commit 1dbe221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ jobs:
VALIDATE_PYTHON_ISORT: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_PYTHON_RUFF: false
# The natural language check slows down our velocity and is rarely
# helpful
VALIDATE_NATURAL_LANGUAGE: false
LINTER_RULES_PATH: /
YAML_CONFIG_FILE: .yamllint.yml

0 comments on commit 1dbe221

Please sign in to comment.