From 473f662567b3f474cc97b715e260d87cf877fd07 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Fri, 19 Apr 2019 11:13:16 +1000 Subject: Get verbose output for linter. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f0a55448..0723db57 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: - script: python3 -m pip install pipenv && pipenv install --dev --system && python3 -m pip install flake8-formatter-junit-xml displayName: 'Install Project Environment' - - script: python3 -m flake8 --format junit-xml --output-file test-lint.xml + - script: python3 -m flake8 -vv --format junit-xml --output-file test-lint.xml displayName: 'Run Linter' - task: PublishTestResults@2 -- cgit v1.2.3