mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 02:45:01 +01:00
modulesync 8.0.1
This commit is contained in:
parent
7777366f79
commit
b24a437c8c
6 changed files with 8 additions and 17 deletions
|
@ -43,10 +43,12 @@ PreCommit:
|
|||
enabled: true
|
||||
description: 'Runs rubocop on modified files only'
|
||||
command: ['bundle', 'exec', 'rubocop']
|
||||
PuppetLint:
|
||||
RakeTarget:
|
||||
enabled: true
|
||||
description: 'Runs puppet-lint on modified files only'
|
||||
command: ['bundle', 'exec', 'puppet-lint']
|
||||
description: 'Runs lint on modified files only'
|
||||
targets:
|
||||
- 'lint'
|
||||
command: ['bundle', 'exec', 'rake']
|
||||
YamlSyntax:
|
||||
enabled: true
|
||||
JsonSyntax:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue