Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,6 @@ sha: v0.4.0 hooks: - id: shell-lint files: \.bash_completion\.d/molecule|\.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/.*-clean|Documents/train-wifi\.sh files: \.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/.*-clean|Documents/train-wifi\.sh - id: shellcheck files: \.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/docker-.*|Documents/train-wifi\.sh .travis.yml 0 → 100644 +26 −0 Original line number Diff line number Diff line --- language: python python: "3.6" dist: trusty sudo: false group: beta cache: - pip - directories: - $HOME/.pre-commit addons: apt: sources: - sourceline: 'deb http://archive.ubuntu.com/ubuntu trusty-backports main universe multiverse' packages: - shellcheck install: - pip install pre_commit | cat script: - pre-commit run --all-files notifications: email: false .travis/travis.sh 0 → 100644 +163 −0 File added.Preview size limit exceeded, changes collapsed. Show changes README.rst +3 −0 Original line number Diff line number Diff line rcfiles ******* .. image:: https://travis-ci.org/adarnimrod/rcfiles.svg?branch=master :target: https://travis-ci.org/adarnimrod/rcfiles 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 file and to be browsable for others (if anyone wants to copy some snippet). Because these are Loading Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,6 @@ sha: v0.4.0 hooks: - id: shell-lint files: \.bash_completion\.d/molecule|\.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/.*-clean|Documents/train-wifi\.sh files: \.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/.*-clean|Documents/train-wifi\.sh - id: shellcheck files: \.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/docker-.*|Documents/train-wifi\.sh
.travis.yml 0 → 100644 +26 −0 Original line number Diff line number Diff line --- language: python python: "3.6" dist: trusty sudo: false group: beta cache: - pip - directories: - $HOME/.pre-commit addons: apt: sources: - sourceline: 'deb http://archive.ubuntu.com/ubuntu trusty-backports main universe multiverse' packages: - shellcheck install: - pip install pre_commit | cat script: - pre-commit run --all-files notifications: email: false
.travis/travis.sh 0 → 100644 +163 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
README.rst +3 −0 Original line number Diff line number Diff line rcfiles ******* .. image:: https://travis-ci.org/adarnimrod/rcfiles.svg?branch=master :target: https://travis-ci.org/adarnimrod/rcfiles 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 file and to be browsable for others (if anyone wants to copy some snippet). Because these are Loading