Has Anyone Customized StyleCop rules based on the IDesign Coding Standard?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
you might want to try Code Style Enforcer. It manages rules based off the iDesign standard. I think you can set a check in policy for any code analysis that's done at dev time. If you go to Team Explorer -> Project name -> Right click on Settings -> Source Control you’ll see a Check-in Policy tab where you can add a Code Analysis policy. There you can add a rule set that has been checked into TFS. I think you should be able to access the Code Style Enforcer rules if you've installed them per the instructions on the page: Global Configurator
|
||||