File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ reports=no
66ignore-paths =
77 azure\\mixedreality\\remoterendering\\_api_version.py,
88 azure/mixedreality/remoterendering/_api_version.py,
9- (?:.*[/\\]|^)projects/ (models/_models.py|_model_base.py|operations/_operations.py|aio/operations/_operations.py)$,
9+ (?:.*[/\\]|^).*[/\\]( projects|agents)[/\\] (models/_models.py|_model_base.py|operations/_operations.py|aio/operations/_operations.py)$,
1010 # Exclude any path that contains the following directory names
1111 (?:.*[/\\]|^)(?:_vendor|_generated|_restclient|samples|examples|test|tests|doc|\.tox)(?:[/\\]|$)
1212
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ reports=no
77ignore-paths =
88 azure\\mixedreality\\remoterendering\\_api_version.py,
99 azure/mixedreality/remoterendering/_api_version.py,
10- (?:.*[/\\]|^)projects/(models/_models.py|_model_base.py|operations/_operations.py|aio/operations/_operations.py)$,
11- (?:.*[/\\]|^)agents/(models/_models.py|_model_base.py|operations/_operations.py|aio/operations/_operations.py)$,
10+ (?:.*[/\\]|^).*[/\\](projects|agents)[/\\](models/_models.py|_model_base.py|operations/_operations.py|aio/operations/_operations.py)$,
1211 # Exclude any path that contains the following directory names
1312 (?:.*[/\\]|^)(?:_vendor|_generated|_restclient|samples|examples|test|tests|doc|\.tox)(?:[/\\]|$)
1413
You can’t perform that action at this time.
0 commit comments