Commit 24c6e75
Keep generated CLI releases out of lint scope (#23)
The release package output is a local generated artifact under apps/cli/release. It is gitignored, but Biome still checks it from the root command, so a generated package.json can break pnpm lint after otherwise clean Colony branding work.
Constraint: apps/cli/release is generated and ignored by git but still visible to Biome's root file walk
Rejected: Reformat the generated package output | release artifacts should not shape repository lint results
Confidence: high
Scope-risk: narrow
Directive: Keep generated release outputs excluded from lint instead of editing generated files
Tested: pnpm lint with copied ignored apps/cli/release/package.json
Tested: git diff --cached --check
Not-tested: Full workspace typecheck/test in this worktree because package-level node_modules links were incomplete
Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>1 parent eb4dad9 commit 24c6e75
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments