From 7ad6452ed4370c05d988a5c8140770ddb18a1b0f Mon Sep 17 00:00:00 2001 From: Neehar Duvvuri Date: Fri, 22 Jul 2022 15:00:40 -0400 Subject: [PATCH] [ML] Add more words to cspell.json, add autorest code to pylintrc --- .vscode/cspell.json | 13 ++++++++++++- pylintrc | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 6c3127f7eae3..4ec7268c3648 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -530,7 +530,18 @@ "kwonlyargcount", "dcid", "startf", - "dpkg" + "dpkg", + "isreused", + "reusedrunid", + "strictyaml", + "funcs", + "Fsubscriptions", + "Fresource", + "Fproviders", + "Fdeployments", + "isfolder", + "mylist", + "unioned" ] }, { diff --git a/pylintrc b/pylintrc index 2e016256a2d2..903e949c99cd 100644 --- a/pylintrc +++ b/pylintrc @@ -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