From 003de2396b2b4e29ea919ac3fe305a7fa0f724c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= <92638966+TC-MO@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:11:26 +0100 Subject: [PATCH] remove config flag & rename vocab directory --- .github/workflows/vale.yaml | 2 +- .vale.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vale.yaml b/.github/workflows/vale.yaml index f1a53eabe..e8cb96a3f 100644 --- a/.github/workflows/vale.yaml +++ b/.github/workflows/vale.yaml @@ -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 diff --git a/.vale.ini b/.vale.ini index a7525d466..3ecece96f 100644 --- a/.vale.ini +++ b/.vale.ini @@ -2,7 +2,7 @@ StylesPath = .github/styles MinAlertLevel = warning IgnoredScopes = code, tt, table, tr, td -Vocab = docs +Vocab = Docs Packages = write-good, Microsoft