Skip to content

Commit

Permalink
Merge branch 'update-2022-10' into 'main'
Browse files Browse the repository at this point in the history
Update 2022-10 & fix version bumping

See merge request xebis/shellib!32
  • Loading branch information
bruzina committed Oct 9, 2022
2 parents 6db5af6 + 0c99860 commit 924365b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ repos:
- id: script-must-have-extension
exclude: .*\.bats$
- id: script-must-not-have-extension
- repo: meta
hooks:
- id: check-useless-excludes
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.1
rev: v0.32.2
hooks:
- id: markdownlint
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.27.1
rev: v1.28.0
hooks:
- id: yamllint
args: [--strict]
Expand All @@ -60,7 +63,6 @@ repos:
entry: shfmt -i 4
language: system
types: [shell]
exclude: .*\.bats$
- id: shfmt-bats
name: shfmt-bats
entry: shfmt -ln bats -i 4
Expand All @@ -72,6 +74,6 @@ repos:
language: system
types: [shell]
- repo: https://github.com/zricethezav/gitleaks
rev: v8.10.3
rev: v8.13.0
hooks:
- id: gitleaks
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins:
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- src/shellib.sh
- shellib.sh
- - "@semantic-release/gitlab"
- assets:
path: build/*.deb
Expand Down
4 changes: 2 additions & 2 deletions scripts/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ LANG=C

# Install dependencies
function install_dependencies() {
pkgs install 'apt:git' 'apt:python3-pip' 'pip:pre-commit' 'pip:gitlint' 'apt:npm' 'npm:markdownlint-cli' \
'pip:yamllint' 'snap:shfmt' 'apt:shellcheck' 'apt:bats'
pkgs install 'apt:git' 'apt:python3-pip' 'pip:pre-commit' 'pip:gitlint' 'snap:node' 'npm:markdownlint-cli' \
'pip:yamllint' 'snap:shfmt' 'snap:shellcheck' 'apt:bats'
}

# Skip execution under test
Expand Down

0 comments on commit 924365b

Please sign in to comment.