Skip to content

githooks(5) scripts for working with chef code

Notifications You must be signed in to change notification settings

DECK36/chef-git-hooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chef-git-hooks

githooks(5) scripts to work with repositories of Chef code.

Installation

Just copy the scripts to your repository into the .git/hooks/ directory. Make sure that the filename conforms to one of the hooks listed in githooks(5) and that the executable bit has been set.

Hooks

pre-commit:

Continuous Integration

Build Status

License

Copyright (c) 2012 Greg Fitzgerald

This script is licensed under the Apache License, Version 2.0.

See http://www.apache.org/licenses/LICENSE-2.0.html for the full license text.

Changes

This is a fork from https://github.com/gregf/chef-git-hooks -- changes are:

  • fix OSX compatibility and
  • run foodcritic on single files.

About

githooks(5) scripts for working with chef code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.7%
  • Ruby 6.3%