when I capture cmd, I only consider single quotes, add support for double quotes.
Fix azdev style get_ext_repo_path issue
lambda x: "azure-cli-extension" in x, assume that extension repo path must include auzre-cli-extension,
but actually in CI environment, the extension repo path is /mnt/vss/_work/1/s
this will cause azdev can not get extension repo path, so it will use the pylint and flake8 configuration file in azdev repo.
these configuration files is not consistent with main repo config file and extension repo config file.
finally the azdev style check result in CI environment is not consistent with in local machine.
I am suprised that this issue has existed in our repo for more than three years.
Hi @wangzelin007,
Please write the description of change into HISTORY.rst.
If you want to release a new azdev version, please update the VERSION in init.py as well.
lambda x: "azure-cli-extension" in x,
assume that extension repo path must include auzre-cli-extension, but actually in CI environment, the extension repo path is/mnt/vss/_work/1/s
this will cause azdev can not get extension repo path, so it will use the pylint and flake8 configuration file in azdev repo. these configuration files is not consistent with main repo config file and extension repo config file. finally the azdev style check result in CI environment is not consistent with in local machine. I am suprised that this issue has existed in our repo for more than three years.