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
Support the following exclusion and inclusion parameters when run by SonarLint:
Create data class for SonarLint.xml and reading mechanism for reading the file #6796
Apply exclusions to web.config and appsettings.json files, when run in SonarLint context #6810
Apply exclusion inclusion logic for all rules (except utility) #6807
Apply exclusion inclusion logic for utility analyzers #6808
Add IT to verify the exclusion-inclusion logic works properly #6811
Use SonarLint data class to provide the rule parameters to the rules #6800
Use SonarLint data class to retrieve user configuration about generated code analysis #6801
Use SonarLint data class to retrieve user configuration about header comments analysis #6802
Remove PropertiesHelper class #6803
The text was updated successfully, but these errors were encountered:
csaba-sagi-sonarsource
Successfully merging a pull request may close this issue.
Description
Support the following exclusion and inclusion parameters when run by SonarLint:
Sub-issues
Create data class for SonarLint.xml and reading mechanism for reading the file #6796
Apply exclusions to web.config and appsettings.json files, when run in SonarLint context #6810
Apply exclusion inclusion logic for all rules (except utility) #6807
Apply exclusion inclusion logic for utility analyzers #6808
Add IT to verify the exclusion-inclusion logic works properly #6811
Use SonarLint data class to provide the rule parameters to the rules #6800
Use SonarLint data class to retrieve user configuration about generated code analysis #6801
Use SonarLint data class to retrieve user configuration about header comments analysis #6802
Remove PropertiesHelper class #6803
The text was updated successfully, but these errors were encountered: