This commit is contained in:
Bernhard Posselt 2017-04-16 21:09:00 +02:00
Родитель aac3a75a47
Коммит ca4261e6a1
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.yaml
.PHONY: test
test: lint