Introducing code analysis
Starting with release 2.7.0 we now have the ability to run code analysis rules on your SQL projects. Out of the box we support the following rules:
- Microsoft.Rules (1, 2 and 3 )
- SqlServer.Rules
- Smells
At this time we do not have the ability to add custom rules, but if you feel this is important please don't hesitate to file an issue. Make sure you read through our docs on this new feature.
Thanks to @ErikEJ for his contribution on this feature.