modulesync 8.0.1

This commit is contained in:
Tim Meusel 2024-06-03 18:43:38 +02:00
parent 7777366f79
commit b24a437c8c
No known key found for this signature in database
GPG key ID: 04D659E6BF1C4CC0
6 changed files with 8 additions and 17 deletions

View file

@ -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: