1
0
mirror of synced 2025-12-19 18:14:56 -05:00

chore: change Vale reporter to local and consolidate Vale configuration (#69813)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: ian.alton@airbyte.io <ian.alton@airbyte.io>
This commit is contained in:
devin-ai-integration[bot]
2025-11-21 13:54:35 -08:00
committed by GitHub
parent 5938dee934
commit fd96f6b3a5
4 changed files with 8 additions and 56 deletions

View File

@@ -34,8 +34,8 @@ jobs:
- uses: errata-ai/vale-action@d89dee975228ae261d22c15adcd03578634d429c # Pinned to V2.1.1
continue-on-error: true # Always pass, even if reviewdog can't post annotations (e.g., fork PRs with read-only tokens)
with:
vale_flags: --config=docusaurus/vale-ci.ini --minAlertLevel=warning # CI-specific config that disables certain rules (see vale-ci.ini vs vale.ini)
vale_flags: --config=docusaurus/vale.ini --minAlertLevel=warning # Use vale.ini with minAlertLevel overridden to warning for CI
files: docs/ # Folder in which to lint
filter_mode: added # Only lint things that have changed
fail_on_error: false # Don't fail if the linter finds issues (compliance is optional)
reporter: github-pr-review # Post as annotations on the Changed Files page
reporter: local # Output to job logs only, no PR annotations or comments