-
- Downloads
There was a problem fetching the pipeline summary.
Update Dockerfile
Added Todo concerning the node_modules folder since the node modules are located at the Project root in development
parent
c93d327c
No related branches found
No related tags found
Pipeline #
Showing
- .gitignore 0 additions, 1 deletion.gitignore
- .gitlab-ci.yml 21 additions, 7 deletions.gitlab-ci.yml
- .pylintrc 140 additions, 0 deletions.pylintrc
- Dockerfile 3 additions, 1 deletionDockerfile
- Makefile 3 additions, 2 deletionsMakefile
- docker-compose.yml 6 additions, 6 deletionsdocker-compose.yml
- grady/settings/live.py 1 addition, 1 deletiongrady/settings/live.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
.pylintrc
0 → 100644
... | ... | @@ -6,3 +6,4 @@ gunicorn~=19.7.0 |
psycopg2~=2.7.1 | ||
xlrd~=1.0.0 | ||
pytest-cov~=2.5.1 | ||
pylint~=1.7.4 |
Please register or sign in to comment