Skip to content

Commit

Permalink
feat(template): review PR 228
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 21, 2021
1 parent 6b113d4 commit 2d710ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "ci(gemfile+lock): use '`'ssf'`' customised '`'kitchen-docker'`' repo [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/294'
title: "chore(shellcheck): switch hook for '`'shellcheck'`' [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/295'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
5 changes: 2 additions & 3 deletions ssf/files/default/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ repos:
always_run: true
pass_filenames: false
{%- endif %}
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.3
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.1.1
hooks:
- id: shellcheck
name: Check shell scripts with shellcheck
files: ^.*\.(sh|bash|ksh)$
types: []
args: []
- repo: https://github.com/adrienverge/yamllint
rev: v1.23.0
hooks:
Expand Down

0 comments on commit 2d710ad

Please sign in to comment.