This commit is contained in:
Bernhard Posselt 2017-04-16 21:09:19 +02:00
Родитель ca4261e6a1
Коммит 5965389627
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

Просмотреть файл

@ -14,7 +14,7 @@ lint:
$(pycodestyle) $(CURDIR)/nextcloudappstore --exclude=migrations
$(mypy) --silent-imports --disallow-untyped-defs $(CURDIR)/nextcloudappstore/api/v1/release
$(mypy) --silent-imports --disallow-untyped-defs $(CURDIR)/nextcloudappstore/core/certificate
$(bandit) -r $(CURDIR)/nextcloudappstore -c $(CURDIR)/.bandit.yaml
$(bandit) -r $(CURDIR)/nextcloudappstore -c $(CURDIR)/.bandit.yml
.PHONY: test
test: lint