mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-26 20:45:37 +02:00
chore(ci): enforce zero ESLint warnings
All pre-existing ESLint warnings have been fixed. Update CI to reject any new warnings by setting --max-warnings 0. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -44,8 +44,7 @@ jobs:
|
||||
run: pnpm typecheck
|
||||
|
||||
- name: ESLint
|
||||
# TODO: Reduce --max-warnings to 0 as pre-existing issues are fixed
|
||||
run: pnpm lint --max-warnings 250
|
||||
run: pnpm lint --max-warnings 0
|
||||
|
||||
- name: Prettier check
|
||||
run: pnpm format:check
|
||||
|
||||
Reference in New Issue
Block a user