-
Notifications
You must be signed in to change notification settings - Fork 579
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
ISSUE
I am working on this PR #49 to automate pipelines for code scanning and clean up
Features:
- Code scanning with CodeQL
- CI Pipeline that checks compile errors, lints and type checks
Opinion
As of now we have a bit of technical debt due to which the CI will always fail in lint and type-check which is why I have added continue-on-error: true to both of those to make the workflows work.
My question here is:
Should we merge with the ignoring of these failures? And work on it in parallel without the tests failing
OR
Should we not ignore them, let everyone's pipeline fail as a reminder and fix the technical debt as we go?
Need opinions on this.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested