| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| for (int i = 0; i < suppressed.Length; i += 1) | ||
|
|
||
| // Do any error reporting for misused RuleSuppressionIDs here. |
There was a problem hiding this comment.
James Truher (@JamesWTruher) elaborated on error reasoning here
Sorry, something went wrong.
Our preferred style is to use the language aliases over the full type names. For example string instead of String and int instead of Int32. |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good from a high level. I agree this PR is probably preferential to the original one.
Sorry, something went wrong.
|
Note that suppression attributes didn't seem to work in PSv4 until I made the change in 498a8c9 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Fixes #1691.
Instead of emitting a suppressed record for each suppression on a diagnostic, we combine all suppressions that apply to a diagnostic into a single object.
This partially reimplements #1694.
/cc t-lipingma
PR Checklist