Skip to content

Add config file support (devcheck.yml) #26

@vidya381

Description

@vidya381

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-lint

Read and apply this config in cmd/devcheck/main.go before running checks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions