-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request