|
@@ -22,13 +22,8 @@ jobs:
|
|
|
- run: pipenv run flake8
|
|
|
- run: pipenv run isort --check-only --diff .
|
|
|
- run: pipenv run black --target-version py37 --check --diff .
|
|
|
- # Filter out known false positives, while preserving normal output and error codes.
|
|
|
- # See https://github.com/motet-a/jinjalint/issues/18.
|
|
|
- # And https://circleci.com/docs/2.0/configuration-reference/#default-shell-options.
|
|
|
- run: git ls-files '*.html' | xargs pipenv run djhtml --check
|
|
|
- - run:
|
|
|
- shell: /bin/bash -e
|
|
|
- command: pipenv run jinjalint --parse-only wagtail | grep -v 'welcome_page.html:6:76' | tee /dev/tty | wc -l | grep -q '0'
|
|
|
+ - run: pipenv run curlylint --parse-only wagtail
|
|
|
- run: pipenv run doc8 docs
|
|
|
- run: DATABASE_NAME=wagtail.db pipenv run python -u runtests.py
|
|
|
|