Skip to content

feat: construct EXT_LIST from a config file #4

@logic-finder

Description

@logic-finder

Currently, the pre-commit hook takes the extension list when it is built, i.e. make hook EXT_LIST='...'. However, I find that this way is a little inconvenient and error-prone. In light of this problem, an introduction of a configuration file would suffice to address the situation.

I didn't think much of the syntax of the config file as of now, but I think it would be fine with that of an INI file. For example,

[build]
   extlist = .c .h .as .js
   shutup = true

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