Skip to content

Exclude third-party context7.json from the Prettier check (fixes CI)#2544

Merged
ppekrol merged 1 commit into
ravendb:mainfrom
poissoncorp:prettier-ignore-context7
Jun 29, 2026
Merged

Exclude third-party context7.json from the Prettier check (fixes CI)#2544
ppekrol merged 1 commit into
ravendb:mainfrom
poissoncorp:prettier-ignore-context7

Conversation

@poissoncorp

@poissoncorp poissoncorp commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

context7.json (added to main in #2542) isn't Prettier-compliant, it has no trailing newline, so the CI prettier --check . step fails on every PR that merges main.

context7.json (a Context7 tool config) lives in main and is not prettier-compliant, so
`prettier --check .` fails on every PR that merges main. It is a third-party tool config we
don't author, so add it to .prettierignore alongside the other generated/config exclusions.
Verified: prettier --check passes with the file present.
@ppekrol ppekrol merged commit bd365c2 into ravendb:main Jun 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants