fix(scripts): exclude generated compliance yml from prettier formatting
Some checks failed
Coverage snapshot / snapshot (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Sentry PII guard (R31) / pii-guard (push) Has been cancelled
CI / typecheck + lint + boundaries + test + build (push) Has been cancelled
CI / Playwright e2e (push) Has been cancelled
CI / Storybook smoke tests + visual regression (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Some checks failed
Coverage snapshot / snapshot (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Sentry PII guard (R31) / pii-guard (push) Has been cancelled
CI / typecheck + lint + boundaries + test + build (push) Has been cancelled
CI / Playwright e2e (push) Has been cancelled
CI / Storybook smoke tests + visual regression (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Prettier was collapsing sub-processors: []<newline> [] to sub-processors: [] on commit, causing emit-all --check to fail immediately after generation. Adding .prettierignore prevents lint-staged from reformatting these generated artifacts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.prettierignore
Normal file
2
.prettierignore
Normal file
@@ -0,0 +1,2 @@
|
||||
# Generated compliance artifacts — do not reformat
|
||||
compliance/*.yml
|
||||
@@ -1,4 +1,5 @@
|
||||
# compliance/sub-processors.yml — Third-party sub-processor inventory
|
||||
# Generated by scripts/compliance/emit-sub-processors.mjs — do not edit manually.
|
||||
# Run `pnpm compliance:sub-processors` to regenerate.
|
||||
sub-processors: []
|
||||
sub-processors:
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user