Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 528 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 528 Bytes

linters

Overview

Linter configuration files for use as a git submodule

Usage

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.