commit | 2bb1c0e121406db5aed6a000b4dd22bbacb35438 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Wed Oct 30 11:51:46 2019 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Wed Oct 30 15:00:36 2019 +0000 |
tree | 907a9deafb058b4ad10a1b9051e9b645a344de1b | |
parent | fd11c536e50f9ac1dce62ae4ed4c055975ab6ab1 [diff] |
[ci] Fix comment
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fc62089..5e0b422 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml
@@ -37,7 +37,7 @@ clang-format -version displayName: 'Display tool versions' -# XXX: Python lint checks are until Issue #313 is resolved +# XXX: Python lint checks are disabled until Issue #313 is resolved # - bash: find ./util -iname '*.py' -print0 | xargs -0 -n1 $PWD/util/lintpy.py -f # displayName: 'Run Python lint'