Skip to content

Commit

Permalink
add recurisve y to pylint call
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed Oct 15, 2024
1 parent ce3b0b2 commit 3ae4b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/http-client-python/eng/scripts/ci/run_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def _single_dir_pylint(mod):
"--evaluation=(max(0, 0 if fatal else 10.0 - ((float(5 * error + warning + refactor + convention + info)/ statement) * 10)))",
"--load-plugins=pylint_guidelines_checker",
"--output-format=parseable",
"--recursive=y",
str(inner_class.absolute()),
]
)
Expand Down

0 comments on commit 3ae4b44

Please sign in to comment.