Skip to content

ci: make Lint a required check (drop continue-on-error)#512

Merged
mrholek merged 1 commit into
mainfrom
ci/make-lint-blocking
Jul 17, 2026
Merged

ci: make Lint a required check (drop continue-on-error)#512
mrholek merged 1 commit into
mainfrom
ci/make-lint-blocking

Conversation

@mrholek

@mrholek mrholek commented Jul 17, 2026

Copy link
Copy Markdown
Member

Makes the CI Lint job a required check by dropping continue-on-error: true.

It was set non-blocking while a few react-hooks v7 findings were open. Those remaining findings are now warnings (the compiler rules react-hooks/refs, set-state-in-effect, static-components are pinned to warn; exhaustive-deps stays warn), while react-hooks/rules-of-hooks remains an error — so a genuine hook-correctness regression now fails the PR again.

Verified the CI-relevant lint is clean: npm run lint over the checked-out tree (main library + docs; the coreui-icons-react / coreui-react-chartjs submodules are not checked out in CI) reports 0 errors. No source changes needed.

@mrholek
mrholek merged commit 22b830c into main Jul 17, 2026
3 checks 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.

1 participant