Skip to content

Commit 252768f

Browse files
Copilotjongalloway
andauthored
Disable JSON_PRETTIER validation in super-linter (#10186)
* Initial plan * Disable JSON_PRETTIER validation in super-linter Users experiencing JSON_PRETTIER errors during CI runs. Similar to how VALIDATE_MARKDOWN_PRETTIER is already disabled, this disables JSON prettier formatting checks while keeping JSON syntax validation active. This allows contributors to focus on documentation content rather than strict formatting requirements. JSON syntax validation remains active to catch actual errors. Fixes issues seen in: - https://github.com/dotnet/core/actions/runs/20015768377 - https://github.com/dotnet/core/actions/runs/19512527950 - https://github.com/dotnet/core/actions/runs/19270296751 Co-authored-by: jongalloway <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jongalloway <[email protected]>
1 parent 7bf9146 commit 252768f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ jobs:
3434
VALIDATE_JSCPD: false
3535
VALIDATE_NATURAL_LANGUAGE: false
3636
VALIDATE_MARKDOWN_PRETTIER: false
37+
VALIDATE_JSON_PRETTIER: false
3738
DEFAULT_BRANCH: main
3839
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)