We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d53f8 commit 0c7832aCopy full SHA for 0c7832a
Dockerfile
@@ -5,8 +5,6 @@ FROM pypi/flake8
5
MAINTAINER cadams@loc.gov
6
7
RUN pip install --upgrade pip
8
-# Until this is on PyPI we'll install from the GitHub repo instead:
9
-# RUN pip install flake8-codeclimate
10
-RUN pip install -e git+git://github.com/bennylope/flake8-codeclimate.git#egg=flake8_codeclimate
+RUN pip install flake8-codeclimate
11
12
ENTRYPOINT flake8 --format=codeclimate /code
0 commit comments