We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5831e commit c545002Copy full SHA for c545002
lefthook.yml
@@ -0,0 +1,9 @@
1
+pre-commit:
2
+ parallel: true
3
+ commands:
4
+ cookstyle:
5
+ glob: "*.rb"
6
+ run: chef exec cookstyle --format simple {staged_files}
7
+ rspec:
8
9
+ run: chef exec rspec --format progress
0 commit comments