Skip to content

Commit dd165ec

Browse files
authored
Merge pull request #31 from mbucknell/add_support_for_pep8_plugin
Added SaltPyLint so that the saltpylint.pep8 plugin can be used.
2 parents 1d89cbd + 2b6b43d commit dd165ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ val installAll =
4141
|python3 -m pip install pylint-common==0.2.2 &&
4242
|python -m pip install pylint-celery==0.3 &&
4343
|python3 -m pip install pylint-celery==0.3 &&
44+
|python -m pip install SaltPyLint==2017.12.15 &&
45+
|python3 -m pip install SaltPyLint==2017.12.15 &&
4446
|python -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
4547
|python3 -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
4648
|python -m pip uninstall -y pip &&

0 commit comments

Comments
 (0)