-
Notifications
You must be signed in to change notification settings - Fork 0
Configure CodeFactor to enable or disable specific rules #133
Copy link
Copy link
Open
Labels
[maintainer] good first issueGood entry-level issue for newcomersGood entry-level issue for newcomers[priority] lowLow importanceLow importance[scope] maintenanceCode/tooling cleanup, no feature or bugfix (major.minor.PATCH)Code/tooling cleanup, no feature or bugfix (major.minor.PATCH)
Description
Creating a new PR triggers CodeFactor checks, which currently flag unresolved comments such as TODO. This behavior is similar to Ruff rule FIX002 (https://docs.astral.sh/ruff/rules/line-contains-todo/).
In our workflow, TODO comments are often used intentionally, so this check can be too strict and produce unnecessary warnings.
It would be helpful to understand whether CodeFactor rules can be configured (enabled/disabled), and in particular whether the rule related to unresolved TODO comments can be adjusted or disabled.
Screenshot 1
Screenshot 2

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[maintainer] good first issueGood entry-level issue for newcomersGood entry-level issue for newcomers[priority] lowLow importanceLow importance[scope] maintenanceCode/tooling cleanup, no feature or bugfix (major.minor.PATCH)Code/tooling cleanup, no feature or bugfix (major.minor.PATCH)