Commit cabde9e5 authored by Michal Čihař's avatar Michal Čihař

No need to ignore this file

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 80472b71
...@@ -6,4 +6,3 @@ autodetect: yes ...@@ -6,4 +6,3 @@ autodetect: yes
ignore-paths: ignore-paths:
- docs - docs
- south_migrations - south_migrations
- weblate/trans/tests/__init__.py
...@@ -8,7 +8,7 @@ echo pylint ...@@ -8,7 +8,7 @@ echo pylint
pylint --rcfile=pylint.rc weblate pylint --rcfile=pylint.rc weblate
pylint_ret=$? pylint_ret=$?
echo pyflakes echo pyflakes
pyflakes `find . -name '*.py' -not -name '__init__.py' -not -name 'settings_test_*.py' -not -name 'settings_test.py' -not -name 'settings_openshift.py'` pyflakes `find . -name '*.py' -not -name 'settings_test_*.py' -not -name 'settings_test.py' -not -name 'settings_openshift.py'`
pyflakes_ret=$? pyflakes_ret=$?
exit $(($pep_ret + $pylint_ret + $pyflakes_ret)) exit $(($pep_ret + $pylint_ret + $pyflakes_ret))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment