SonarSource/sonarlint-visualstudio

Add UT with RSpec ShowCase plugin

Opened this issue · 0 comments

There exists a contract about formatting that is legal to use by rule descriptions, and products are expected to support it.

We need to add UT to validate compliancy with this contract.

Why?

We should make sure we

  • comply with this contract,
  • are able to automatically catch new features,
  • and are aware of any elements that are not supported yet.

It will help reduce friction and bring clarity to situations like this: #5414

What?

The UT should

If anything fails, there should be a ticket created for the specific feature and some string-replace mechanism to suppress this particular error. The suppression should make sure, that another error in the same file is discovered and handled separately.