-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Let users customize devcheck behavior via a devcheck.yml file in the project root. Useful for projects with non-standard setups or extra required tools.
Initial scope:
- Define extra binaries to check (e.g. custom CLIs the project needs)
- Skip specific checks by name
Example config:
require:
- terraform
- aws
skip:
- golangci-lintRead and apply this config in cmd/devcheck/main.go before running checks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request