Skip to content

Commit

Permalink
disable natural language lint and yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew committed Aug 3, 2023
1 parent 9b1f468 commit 84edb56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
env:
DEFAULT_BRANCH: main
VALIDATE_RUST_2015: false # SL already lints 2018 and 2021
VALIDATE_NATURAL_LANGUAGE: false # needs custom config
VALIDATE_YAML: false # needs custom config
FILTER_REGEX_EXCLUDE: 'e2e/bats.*'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 84edb56

Please sign in to comment.