nikcio commented on issue #648: URL: https://github.com/apache/lucenenet/issues/648#issuecomment-1279742187
@NightOwl888 I've now excluded the rules causing detection on the things we don't want to change. All the issues you've created I've added linked some more filtered links and I've added a link to the GitHub issues on SonarCloud. I've also marked all issues "confirmed" that you have created issues for on GitHub. You can filter the remaining "open" issues like this: **Note: It's not possible to mark issues reported by Roslyn "confirmed" so they only have a comment with a link to a given GitHub issue**  ## How to find filtered links to issues (Non-Roslyn reported)  Press "Why is this an issue" this will show you a description. Then use the title here "Utility classes should not have public constructors" (This is the name of the rule). <img width="344" alt="image" src="https://user-images.githubusercontent.com/24605285/195987852-aa84a63a-3ddd-431a-b476-512815763f1c.png"> The rule can be used to filer by rule in the section shown above. ## How to find filtered links to issues (Roslyn reported) Same as before we need to find the rule name but here the rule name isn't the same as before. <img width="617" alt="image" src="https://user-images.githubusercontent.com/24605285/195987945-460d9186-2d68-4d4d-90c9-3091f4d2970b.png"> Therefore, we need to be on the "Issues" tab and press the filter button (The triangle) and then the rule name will be "Roslyn:CA1822" in this case. Here we can just click the text and the filter will be set. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
