Skip to content

Commit cb0cd3b

Browse files
authored
{CI} azdev style check ignore aaz folder (Azure#26492)
* update * update * Update __init__.py * update
1 parent 59d82a0 commit cb0cd3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.flake8

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ exclude =
2727
*/grammar/
2828
vendored_sdks
2929
tests
30+
*/command_modules/*/aaz

pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[MASTER]
22
ignore=tests,generated,vendored_sdks,privates
33
ignore-patterns=test.*,azure_devops_build.*
4+
ignore-paths=.*/command_modules/.*/aaz
45
reports=no
56

67
[MESSAGES CONTROL]

0 commit comments

Comments
 (0)