Skip to content
Snippets Groups Projects
Commit c4daf6cd authored by nimrod's avatar nimrod
Browse files

- Use newer shell pre-commit hooks.

- Use shellcheck from cabal (not the older version in Ubuntu's package
repo which doesn't support --external-sources).
parent b0ef4b0c
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
- id: check-added-large-files - id: check-added-large-files
- id: check-merge-conflict - id: check-merge-conflict
- repo: https://www.shore.co.il/git/shell-pre-commit/ - repo: https://www.shore.co.il/git/shell-pre-commit/
sha: v0.4.0 sha: v0.5.4
hooks: hooks:
- id: shell-lint - id: shell-lint
files: bundle_certs files: bundle_certs
......
...@@ -8,23 +8,29 @@ cache: ...@@ -8,23 +8,29 @@ cache:
- pip - pip
- directories: - directories:
- $HOME/.pre-commit - $HOME/.pre-commit
- $HOME/.cabal
- $HOME/.ghc
addons: addons:
apt: apt:
sources:
- sourceline: 'deb http://archive.ubuntu.com/ubuntu trusty-backports main universe multiverse'
packages: packages:
- mawk - mawk
- openssl - openssl
- curl - curl
- build-essential - build-essential
- shellcheck - cabal-install
- ghc
env:
PATH: $PATH:$HOME/.cabal/bin
install: install:
- pip install pre_commit - cabal update && cabal install shellcheck
- pip install pre_commit | cat
script: script:
- pre-commit run --all-files - pre-commit run --all-files
notifications: notifications:
on_failure: never
email: false email: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment