Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,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) - id: shell-lint name: shell-lint .bashrc files: \.bashrc Loading .travis/travis.shdeleted 100644 → 0 +0 −160 File deleted.Preview size limit exceeded, changes collapsed. Show changes Makefile +1 −5 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ download = $(curl) --output $@ ansible-local = ansible localhost -c local -i localhost, -e "ansible_python_interpreter=$$(which python3)" all: binaries vendored generated vendored: .config/pythonrc.py .bash_completion.d/aws .bash_completion.d/docker-compose .bash_completion.d/docker-machine.bash .bash_completion.d/docker-machine.bash .travis/travis.sh .bash_completion.d/molecule Documents/bin/rabbitmqadmin vendored: .config/pythonrc.py .bash_completion.d/aws .bash_completion.d/docker-compose .bash_completion.d/docker-machine.bash .bash_completion.d/docker-machine.bash .bash_completion.d/molecule Documents/bin/rabbitmqadmin generated: .ssh/config .bash_completion.d/helm .bash_completion.d/kops .bash_completion.d/kubectl .bash_completion.d/kompose .bash_completion.d/minikube .bash_completion.d/pipenv .bash_completion.d/pandoc .bash_completion.d/skaffold .bash_completion.d/rabbitmqadmin .ssh/localhost .ssh/localhost.pub .ssh/authorized_keys .bash_completion.d/minishift .bash_completion.d/oc .bash_completion.d/poetry binaries: $(DESTDIR)/share/bfg/bfg.jar $(DESTDIR)/bin/rke $(DESTDIR)/bin/docker-machine $(DESTDIR)/bin/packer $(DESTDIR)/bin/terraform $(DESTDIR)/bin/vault $(DESTDIR)/bin/kubectl $(DESTDIR)/bin/kops $(DESTDIR)/bin/kompose $(DESTDIR)/bin/minikube $(DESTDIR)/bin/docker-machine-driver-kvm2 $(DESTDIR)/bin/kustomize $(DESTDIR)/bin/pack $(DESTDIR)/bin/skaffold $(DESTDIR)/bin/minishift $(DESTDIR)/bin/oc $(DESTDIR)/bin/docker-machine-driver-kvm $(DESTDIR)/bin/gomplate $(DESTDIR)/bin/envconsul $(DESTDIR)/bin/helm Loading Loading @@ -143,10 +143,6 @@ $(DESTDIR)/bin/envconsul: mkdir -p $$(dirname $@) $(download) https://raw.githubusercontent.com/lonetwin/pythonrc/0.8.4/pythonrc.py .travis/travis.sh: mkdir -p $$(dirname $@) $(download) https://raw.githubusercontent.com/travis-ci/travis.rb/master/assets/travis.sh .bash_completion.d/molecule: mkdir -p $$(dirname $@) $(download) https://raw.githubusercontent.com/ansible/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh Loading Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,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) - id: shell-lint name: shell-lint .bashrc files: \.bashrc Loading
.travis/travis.shdeleted 100644 → 0 +0 −160 File deleted.Preview size limit exceeded, changes collapsed. Show changes
Makefile +1 −5 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ download = $(curl) --output $@ ansible-local = ansible localhost -c local -i localhost, -e "ansible_python_interpreter=$$(which python3)" all: binaries vendored generated vendored: .config/pythonrc.py .bash_completion.d/aws .bash_completion.d/docker-compose .bash_completion.d/docker-machine.bash .bash_completion.d/docker-machine.bash .travis/travis.sh .bash_completion.d/molecule Documents/bin/rabbitmqadmin vendored: .config/pythonrc.py .bash_completion.d/aws .bash_completion.d/docker-compose .bash_completion.d/docker-machine.bash .bash_completion.d/docker-machine.bash .bash_completion.d/molecule Documents/bin/rabbitmqadmin generated: .ssh/config .bash_completion.d/helm .bash_completion.d/kops .bash_completion.d/kubectl .bash_completion.d/kompose .bash_completion.d/minikube .bash_completion.d/pipenv .bash_completion.d/pandoc .bash_completion.d/skaffold .bash_completion.d/rabbitmqadmin .ssh/localhost .ssh/localhost.pub .ssh/authorized_keys .bash_completion.d/minishift .bash_completion.d/oc .bash_completion.d/poetry binaries: $(DESTDIR)/share/bfg/bfg.jar $(DESTDIR)/bin/rke $(DESTDIR)/bin/docker-machine $(DESTDIR)/bin/packer $(DESTDIR)/bin/terraform $(DESTDIR)/bin/vault $(DESTDIR)/bin/kubectl $(DESTDIR)/bin/kops $(DESTDIR)/bin/kompose $(DESTDIR)/bin/minikube $(DESTDIR)/bin/docker-machine-driver-kvm2 $(DESTDIR)/bin/kustomize $(DESTDIR)/bin/pack $(DESTDIR)/bin/skaffold $(DESTDIR)/bin/minishift $(DESTDIR)/bin/oc $(DESTDIR)/bin/docker-machine-driver-kvm $(DESTDIR)/bin/gomplate $(DESTDIR)/bin/envconsul $(DESTDIR)/bin/helm Loading Loading @@ -143,10 +143,6 @@ $(DESTDIR)/bin/envconsul: mkdir -p $$(dirname $@) $(download) https://raw.githubusercontent.com/lonetwin/pythonrc/0.8.4/pythonrc.py .travis/travis.sh: mkdir -p $$(dirname $@) $(download) https://raw.githubusercontent.com/travis-ci/travis.rb/master/assets/travis.sh .bash_completion.d/molecule: mkdir -p $$(dirname $@) $(download) https://raw.githubusercontent.com/ansible/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh Loading