Skip to content

Commit

Permalink
[ML] Add more words to cspell.json, add autorest code to pylintrc (Az…
Browse files Browse the repository at this point in the history
…ure#25370)

Co-authored-by: Neehar Duvvuri <[email protected]>
  • Loading branch information
needuv and needuv authored Jul 22, 2022
1 parent 1844ef9 commit 1ab5249
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,18 @@
"kwonlyargcount",
"dcid",
"startf",
"dpkg"
"dpkg",
"isreused",
"reusedrunid",
"strictyaml",
"funcs",
"Fsubscriptions",
"Fresource",
"Fproviders",
"Fdeployments",
"isfolder",
"mylist",
"unioned"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ignore-patterns=test_*,conftest,setup
reports=no

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

load-plugins=pylint_guidelines_checker
Expand Down

0 comments on commit 1ab5249

Please sign in to comment.