Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125430
.overcommit.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
.overcommit.yml
View Options
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
#
# Hooks are only enabled if you take action.
#
# To enable the hooks run:
#
# ```
# bundle exec overcommit --install
# # ensure .overcommit.yml does not harm to you and then
# bundle exec overcommit --sign
# ```
#
# (it will manage the .git/hooks directory):
#
# Examples howto skip a test for a commit or push:
#
# ```
# SKIP=RuboCop git commit
# SKIP=PuppetLint git commit
# SKIP=RakeTask git push
# ```
#
# Don't invoke overcommit at all:
#
# ```
# OVERCOMMIT_DISABLE=1 git commit
# ```
#
# Read more about overcommit: https://github.com/brigade/overcommit
#
# To manage this config yourself in your module add
#
# ```
# .overcommit.yml:
# unmanaged: true
# ```
#
# to your modules .sync.yml config
---
PreCommit
:
RuboCop
:
enabled
:
true
description
:
'Runs
rubocop
on
modified
files
only'
command
:
[
'bundle'
,
'exec'
,
'rubocop'
]
PuppetLint
:
enabled
:
true
description
:
'Runs
puppet-lint
on
modified
files
only'
command
:
[
'bundle'
,
'exec'
,
'puppet-lint'
]
YamlSyntax
:
enabled
:
true
JsonSyntax
:
enabled
:
true
TrailingWhitespace
:
enabled
:
true
PrePush
:
RakeTarget
:
enabled
:
true
description
:
'Run
rake
targets'
targets
:
-
'validate'
-
'test'
-
'rubocop'
command
:
[
'bundle'
,
'exec'
,
'rake'
]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 8:46 PM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3248491
Attached To
rSPRESO Manage /etc/resolv.conf with puppet
Event Timeline
Log In to Comment