Loading .gitlab-ci.yml 0 → 100644 +16 −0 Original line number Diff line number Diff line --- image: adarnimrod/ci-images:docker stages: - test pre-commit: stage: test image: adarnimrod/ci-images:pre-commit variables: XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" script: - pre-commit run --all-files cache: paths: - .cache/ .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ repos: hooks: - id: shell-lint exclude: &excluded_shellscripts |- \.bash_completion\.d/(docker-machine\.bash|fabric-completion.bash|docker-compose)|\.travis/travis\.sh \.bash_completion\.d/(docker-machine\.bash|fabric-completion.bash|docker-compose)|\.travis/travis\.sh|toolbox - id: shellcheck exclude: *excluded_shellscripts - id: shell-lint Loading README.md +1 −1 Original line number Diff line number Diff line # rcfiles [](https://travis-ci.org/adarnimrod/rcfiles) [](https://git.shore.co.il/nimrod/rcfiles/-/commits/master) A repository with my rc files. The purpose is for me to have revision control of my home directory, maybe send somebody a link to an example Loading Loading
.gitlab-ci.yml 0 → 100644 +16 −0 Original line number Diff line number Diff line --- image: adarnimrod/ci-images:docker stages: - test pre-commit: stage: test image: adarnimrod/ci-images:pre-commit variables: XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" script: - pre-commit run --all-files cache: paths: - .cache/
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ repos: hooks: - id: shell-lint exclude: &excluded_shellscripts |- \.bash_completion\.d/(docker-machine\.bash|fabric-completion.bash|docker-compose)|\.travis/travis\.sh \.bash_completion\.d/(docker-machine\.bash|fabric-completion.bash|docker-compose)|\.travis/travis\.sh|toolbox - id: shellcheck exclude: *excluded_shellscripts - id: shell-lint Loading
README.md +1 −1 Original line number Diff line number Diff line # rcfiles [](https://travis-ci.org/adarnimrod/rcfiles) [](https://git.shore.co.il/nimrod/rcfiles/-/commits/master) A repository with my rc files. The purpose is for me to have revision control of my home directory, maybe send somebody a link to an example Loading