Переглянути джерело

chore(shellcheck): switch hook for `shellcheck` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/295
tags/v1.2.1
Dafydd Jones 3 роки тому
джерело
коміт
acfabec326
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 2 додано та 3 видалено
  1. +2
    -3
      .pre-commit-config.yaml

+ 2
- 3
.pre-commit-config.yaml Переглянути файл

args: [--debug] args: [--debug]
always_run: true always_run: true
pass_filenames: false pass_filenames: false
- 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: hooks:
- id: shellcheck - id: shellcheck
name: Check shell scripts with shellcheck name: Check shell scripts with shellcheck
files: ^.*\.(sh|bash|ksh)$ files: ^.*\.(sh|bash|ksh)$
types: [] types: []
args: []
- repo: https://github.com/adrienverge/yamllint - repo: https://github.com/adrienverge/yamllint
rev: v1.23.0 rev: v1.23.0
hooks: hooks:

Завантаження…
Відмінити
Зберегти