We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for example: +!SqlServer.Rules.* or +!SqlServer.Rules.SRN*
+!SqlServer.Rules.*
+!SqlServer.Rules.SRN*
The text was updated successfully, but these errors were encountered:
Could even expand this to generally change severity to something else like information or suggestion
information
suggestion
Sorry, something went wrong.
@cjakobsen Suggestion for the format? (I have not heard of suggestion as a level)
Format could be something like +!SqlServer.Rules.*=suggestion.
+!SqlServer.Rules.*=suggestion
Reference: Configuration options for code analysis - Severity
Only warning and error is supported, unfortunately:
https://learn.microsoft.com/it-ch/dotnet/api/microsoft.sqlserver.dac.codeanalysis.sqlruleproblemseverity?view=sql-dacfx-161
https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-diagnostic-format-for-tasks?view=vs-2022
@cjakobsen PR here: #547
Successfully merging a pull request may close this issue.
for example:
+!SqlServer.Rules.*
or
+!SqlServer.Rules.SRN*
The text was updated successfully, but these errors were encountered: