Update the aspnetcore/docfx.json file to exclude the jquery-validation library of files.
It should exclude all files that include this path: "/lib/jquery-validation/"
Example:
"exclude": [ "/includes/", "/license.md", "/obj/", "/readme.md", "/sample/", "/samples/", "_site/", "/lib/jquery-validation/" ],
Why:
This is so Policheck does not attempt validate those files, throwing errors on code that cannot be changed on that 3rd party library for the sake of the PR.
Associated WorkItem - 547136
Update the aspnetcore/docfx.json file to exclude the jquery-validation library of files.
It should exclude all files that include this path: "/lib/jquery-validation/"
Example:
"exclude": [ "/includes/", "/license.md", "/obj/", "/readme.md", "/sample/", "/samples/", "_site/", "/lib/jquery-validation/" ],
Why:
This is so Policheck does not attempt validate those files, throwing errors on code that cannot be changed on that 3rd party library for the sake of the PR.
Associated WorkItem - 547136