Просмотр исходного кода

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

* Automated using https://github.com/myii/ssf-formula/pull/295
pull/28/head
Dafydd Jones 3 лет назад
Родитель
Сommit
37bc55f015
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 2 добавлений и 3 удалений
  1. +2
    -3
      .pre-commit-config.yaml

+ 2
- 3
.pre-commit-config.yaml Просмотреть файл

@@ -17,14 +17,13 @@ repos:
stages: [manual]
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
always_run: true
- 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:

Загрузка…
Отмена
Сохранить