Skip to content

Commit

Permalink
moved files (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
qs5779 authored Jan 8, 2022
1 parent 5635164 commit 078b3eb
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 548 deletions.
40 changes: 40 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/chriskuehl/puppet-pre-commit-hooks.git
rev: v2.1.0
hooks:
- id: epp-validate
- id: erb-validate
- id: puppet-lint
args:
- --fail-on-warnings
- id: puppet-validate
- id: r10k-validate
- id: ruby-validate
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
hooks:
# - id: reek
- id: rubocop
args: ['-c', '/usr/local/users/jim/dev/puppet/wtfmasterless/.rubocop.yml']
- repo: 'https://github.com/adrienverge/yamllint'
rev: v1.26.3
hooks:
- id: 'yamllint'
- repo: 'https://github.com/gruntwork-io/pre-commit'
rev: v0.1.17
hooks:
- id: 'shellcheck'
#args: ["--enable require-variable-braces,deprecate-which"]
- repo: https://github.com/pycqa/pylint
rev: v2.12.2
hooks:
- id: pylint
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby-2.7.1
11 changes: 11 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
extends: default

rules:
# 120 I have a large monitor
line-length:
max: 120
level: warning

ignore: |
.pre-commit-config.yaml
103 changes: 0 additions & 103 deletions files/bin/puppet_wrapper

This file was deleted.

Loading

0 comments on commit 078b3eb

Please sign in to comment.