Skip to content

Commit 2517e7c

Browse files
authored
Revert back to Pylint 2.x (#940)
* Enforce pylint<3.0 for linting during build * Use vanilla pylint and add recursive flag * Ensure pylint 2.x is installed
1 parent 8ff2b40 commit 2517e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builds/azure-pipelines/template-steps-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ steps:
130130
architecture: 'x64'
131131

132132
- script: |
133-
pip3 install pylint_runner
133+
pip3 install "pylint<3.0"
134134
pip3 install pylintfileheader
135-
pylint_runner
135+
pylint --recursive=yes .
136136
workingDirectory: $(Build.SourcesDirectory)/samples/samples-python
137137
displayName: Lint samples-python
138138

0 commit comments

Comments
 (0)