Linter configuration files for use as a git submodule
Add this repository as a submodule to your project:
# For HTTPS
git submodule add https://github.com/salt-labs/linters .linters
# For SSH
git submodule add [email protected]:salt-labs/linters.git .linters
Then, point your linters to the configuration files in the config
directory.
- If you wish to update to the latest changes
git submodule update --init --remote
# Stage, commit, push and merge the changes.