swellaby / rusty-hook

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

feat: improve behavior when config file is missing #53

Closed calebcartwright closed 5 years ago

calebcartwright commented 5 years ago

Changes

If you were trying to remove rusty-hook, then you should also delete the git hook files to remove this warning



## Related Issues
<!-- List any related/impacted issues -->
- Closes #52 
- Closes #49
codecov[bot] commented 5 years ago

Codecov Report

Merging #53 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #53   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         134    141    +7     
=====================================
+ Hits          134    141    +7
Impacted Files Coverage Δ
src/config.rs 100% <100%> (ø) :arrow_up:
src/git.rs 100% <100%> (ø) :arrow_up:
src/rusty_hook.rs 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b7379cc...192730f. Read the comment docs.

traviskosarek commented 5 years ago

I agree, looks like a good addition