diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-01-16 12:58:21 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-01-16 12:58:21 -0700 |
commit | 96e7049a3b989ef435ce235d8a7e905c55160ddf (patch) | |
tree | 058e8e29f4746e3ace513a697cc0196fc438233f | |
parent | a1121fb33410e0f503232dcf2045ca5908070248 (diff) |
Adding ansible linting
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ ADD PEARish.xml /root/PEARish.xml # Install python linting and neovim plugin RUN pip install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8-naming pep257 isort -RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8-naming pep257 isort mypy +RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8-naming pep257 isort mypy ansible-lint ######################################## |