Skip to content

Commit

Permalink
remove config flag & rename vocab directory
Browse files Browse the repository at this point in the history
  • Loading branch information
TC-MO committed Dec 12, 2024
1 parent d705616 commit 003de23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
files: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ','
fail_on_error: true
vale_flags: '--minAlertLevel=error --config=././.vale.ini'
vale_flags: '--minAlertLevel=error'
reporter: github-pr-annotations

2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ StylesPath = .github/styles
MinAlertLevel = warning
IgnoredScopes = code, tt, table, tr, td

Vocab = docs
Vocab = Docs

Packages = write-good, Microsoft

Expand Down

0 comments on commit 003de23

Please sign in to comment.