Skip to content

Commit c1faa05

Browse files
🩹 [Patch]: Disable JSON_PRETTIER linting (#74)
## Description This pull request a validation setting to disable 'JSON Prettier' validation by setting `VALIDATE_JSON_PRETTIER: false`. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 3d63d83 commit c1faa05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ jobs:
545545
VALIDATE_JSCPD: false
546546
VALIDATE_MARKDOWN_PRETTIER: false
547547
VALIDATE_YAML_PRETTIER: false
548+
VALIDATE_JSON_PRETTIER: false
548549
VALIDATE_GITLEAKS: false
549550

550551
BuildSite:

0 commit comments

Comments
 (0)