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
6
6
ignore-paths =
7
7
azure\\mixedreality\\remoterendering\\_api_version.py,
8
8
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)$,
10
10
# Exclude any path that contains the following directory names
11
11
(?:.*[/\\]|^)(?:_vendor|_generated|_restclient|samples|examples|test|tests|doc|\.tox)(?:[/\\]|$)
12
12
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ reports=no
7
7
ignore-paths =
8
8
azure\\mixedreality\\remoterendering\\_api_version.py,
9
9
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)$,
12
11
# Exclude any path that contains the following directory names
13
12
(?:.*[/\\]|^)(?:_vendor|_generated|_restclient|samples|examples|test|tests|doc|\.tox)(?:[/\\]|$)
14
13
You can’t perform that action at this time.
0 commit comments