Skip to content

Commit

Permalink
show warnings and above and fail on them
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-vanpraet committed Feb 1, 2024
1 parent 51d59bf commit 7972eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
# Please keep version in sync with the version in .gitpod.Dockerfile for a consistent experience
version: 2.29.2
fail_on_error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
StylesPath = .github/styles
Vocab = Mautic
MinAlertLevel = suggestion
MinAlertLevel = warning
[*.{md,rst}]
BasedOnStyles = Vale, Google, Mautic

0 comments on commit 7972eb7

Please sign in to comment.