-
Notifications
You must be signed in to change notification settings - Fork 399
Suppress external AST based rules #588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* External/Custom rule supression * Revert to the previous GetExternalRecord() call on all external rules, rather than 1-by-1 to continue to take advantage of the runspacepool stuff. New SupressRule() function that takes a single DiagnosticRecord and list of suppressions - bounces the RuleName of the record against that list.
build.ps1, line 113 [r2] (raw file):
Appveyor Comments from Reviewable |
build.ps1, line 114 [r2] (raw file):
some education for me: Why are we referring/hardcoding to the module path in user documents and not in programfiles or other module locations? Comments from Reviewable |
Reviewed 3 of 3 files at r2. Comments from Reviewable |
build.ps1, line 114 [r2] (raw file):
|
build.ps1, line 114 [r2] (raw file):
|
Reviewed 1 of 1 files at r3. Comments from Reviewable |
Comments from Reviewable |
@raghushantha Thanks! |
This change is