diff options
author | 2019-04-18 20:42:41 +0200 | |
---|---|---|
committer | 2019-04-18 20:42:41 +0200 | |
commit | f5339d8cc4e4149d945cfa3abdc6d92ce40f5f8c (patch) | |
tree | 29d598cb99629cd6bc69f5d3a90f16b58edabb45 /azure-pipelines.yml | |
parent | Merge pull request #207 from python-discord/api/split-models (diff) | |
parent | Specify hadolint arguments on the command line. (diff) |
Merge pull request #212 from python-discord/api/split-viewsets
#208: refactor viewsets into submodules
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 35fb9f82..398b4797 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: - script: docker run -v $(pwd):/app:ro --rm ruby:alpine /bin/ash -c "gem install mdl && cd /app && mdl" displayName: run markdownlint - - script: docker run -i hadolint/hadolint hadolint --ignore DL3008 --ignore DL3018 --ignore DL3019 - < docker/app/Dockerfile + - script: docker run -i hadolint/hadolint hadolint --ignore DL3008 --ignore DL3013 --ignore DL3018 --ignore DL3019 - < docker/app/Dockerfile displayName: run hadolint - job: lint_python |