We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0a1285 + 6b71060 commit d901709Copy full SHA for d901709
moduleroot/.overcommit.yml.erb
@@ -43,10 +43,12 @@ PreCommit:
43
enabled: true
44
description: 'Runs rubocop on modified files only'
45
command: ['bundle', 'exec', 'rubocop']
46
- PuppetLint:
+ RakeTarget:
47
48
- description: 'Runs puppet-lint on modified files only'
49
- command: ['bundle', 'exec', 'puppet-lint']
+ description: 'Runs lint on modified files only'
+ targets:
50
+ - 'lint'
51
+ command: ['bundle', 'exec', 'rake']
52
YamlSyntax:
53
54
JsonSyntax:
0 commit comments