swellaby / rusty-hook

git hook manager, geared toward Rust projects
MIT License
207 stars 11 forks source link

Support user/local configs #70

Open calebcartwright opened 5 years ago

calebcartwright commented 5 years ago

Description

Allow for the hook configuration for a project to be augmented/overriden by a local/user configuration

Value

This would provide greater flexibility for individuals when working on a project. A project-level default could be set (using the existing .rusty-hook.toml configuration file), but then users could individually have their own configuration file (perhaps .rusty-hook.local.toml or something like that) if they wanted to run additional/different/etc. hooks in their local environment.