Commit graph

20 commits

Author SHA1 Message Date
Dafydd Jones
c3b4c14070 test(rubocop): switch to using pre-commit's built-in file filtering
* only run `rubocop` when relevant files have changed
2023-12-04 20:43:01 +00:00
Dafydd Jones
46130c4c09 test(pre-commit): switch to using pre-commit's built-in file filtering
* only run `yamllint` when relevant files have changed
* avoids having to exclude files/dirs not tracked by Git
  e.g. .kitchen/, .bundle/ etc.
* avoids a `yamllint` bug whereby pillar files under `test/`
  were not checked due to a conflicting `ignore` entry
2023-11-09 23:34:43 +00:00
Dafydd Jones
2bd3ef9a18 test(pre-commit): update pre-commit hooks 2023-10-11 18:59:37 +01:00
Jeff Neel
7da11c9c3a fix: broken install-hooks due to saltlint v0.8.0 2023-05-03 15:55:18 -05:00
Imran Iqbal
32518b9798
ci: update pre-commit configuration inc. for pre-commit.ci [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/450
2022-06-09 00:06:47 +01:00
Imran Iqbal
a284a566b4
ci: update linters to latest versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/414
2022-02-12 23:25:13 +00:00
Imran Iqbal
be3ee0be51
ci(3003.1): update inc. AlmaLinux, Rocky & rst-lint [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/335
2021-07-02 00:09:05 +01:00
Imran Iqbal
7bbaab5e92
chore(pre-commit): use info report level for rstcheck [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/325
2021-05-20 14:11:43 +01:00
Dafydd Jones
f1ad843d29 chore(shellcheck): switch hook for shellcheck
* new hook follows upstream versions more closely, and manages the
  binary dependency

Fixes #226
2021-02-20 20:50:52 +00:00
Imran Iqbal
978a7e7cd0
ci(pre-commit): update hook for rubocop [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/290
2021-02-02 00:24:21 +00:00
Imran Iqbal
e78aa0cb78
ci(pre-commit): finalise rstcheck configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/267
2020-10-10 06:53:06 +01:00
Imran Iqbal
219e6b71c8
ci(pre-commit): enable/disable rstcheck as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
2020-10-05 00:25:40 +01:00
Dafydd Jones
fd89d62ec6
ci(pre-commit): add to formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/259
2020-10-03 10:54:43 +01:00
Dafydd Jones
a1d53a9758 chore(pre-commit): check reST files using rstcheck 2020-07-28 13:39:59 +01:00
Dafydd Jones
6da26cca6a ci(travis): run linters using pre-commit 2020-07-27 22:20:45 +01:00
Dafydd Jones
70117620d7 chore(pre-commit): check Salt files using salt-lint 2020-07-10 15:33:33 +01:00
Dafydd Jones
c50c081069 chore(pre-commit): check shell files using shellcheck 2020-07-10 15:33:33 +01:00
Dafydd Jones
3f26ea7cd4 chore(pre-commit): check YAML files using yamllint 2020-07-10 15:33:33 +01:00
Dafydd Jones
5bccc810ba chore(pre-commit): check Ruby files using rubocop 2020-07-10 15:33:28 +01:00
Dafydd Jones
5cdefdc6a5 chore(pre-commit): check commit message using commitlint 2020-07-10 15:32:41 +01:00