Skip to content

Commit eced02d

Browse files
author
maypatha
committed
Updates, pylint to read from .pylintrc file
1 parent a4698bb commit eced02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ script:
2323
- safety check --full-report --file requirements/prod.txt
2424
- safety check --full-report --file requirements/dev.txt
2525
- safety check --full-report --file requirements/test.txt
26-
- pylint manage.py app
26+
- pylint --rcfile .pylintrc manage.py app
2727
- python manage.py test

0 commit comments

Comments
 (0)