-
Notifications
You must be signed in to change notification settings - Fork 49
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
Analyzers #515
Analyzers #515
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I was just wondering if we need to add a test project for this as well.
@jmezach I will add a test project, just need to .Targets in place, maybe you can help? |
What problem are you running into? |
@jmezach Maybe you can check my commit, this is the build error: https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/actions/runs/8045635831/job/21971290181 |
You'll probably want to add a condition on |
@jmezach > You'll probably want to add a condition on 😄 - yeah, makes sense, but I have no clue how to do that - sorry! |
Something like |
@jmezach I got a test project running now Will do a docs update once this is in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with one small comment
fixes #170
Includes support for the built-in rules and the list of rules here: https://github.com/tcartwright/SqlServer.Rules/blob/master/docs/table_of_contents.md
and here: https://github.com/davebally/TSQL-Smells
Includes ability to supress rules and groups of rules