Skip to content

Commit 1ab5249

Browse files
authored
[ML] Add more words to cspell.json, add autorest code to pylintrc (#25370)
Co-authored-by: Neehar Duvvuri <[email protected]>
1 parent 1844ef9 commit 1ab5249

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.vscode/cspell.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,18 @@
530530
"kwonlyargcount",
531531
"dcid",
532532
"startf",
533-
"dpkg"
533+
"dpkg",
534+
"isreused",
535+
"reusedrunid",
536+
"strictyaml",
537+
"funcs",
538+
"Fsubscriptions",
539+
"Fresource",
540+
"Fproviders",
541+
"Fdeployments",
542+
"isfolder",
543+
"mylist",
544+
"unioned"
534545
]
535546
},
536547
{

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ignore-patterns=test_*,conftest,setup
33
reports=no
44

55
# PYLINT DIRECTORY BLACKLIST.
6-
ignore=_vendor,_generated,samples,examples,test,tests,doc,.tox
6+
ignore=_vendor,_generated,_restclient,samples,examples,test,tests,doc,.tox
77
ignore-paths=azure\\mixedreality\\remoterendering\\_api_version.py,azure/mixedreality/remoterendering/_api_version.py
88

99
load-plugins=pylint_guidelines_checker

0 commit comments

Comments
 (0)