Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 945 Bytes

SwaggerValidation.md

File metadata and controls

22 lines (12 loc) · 945 Bytes

SwaggerValidation

What condition does this detect?

Check if the Swagger files inside the project are valid or have some errors

This is an Application rule - the rule will test for some condition within the application

Why is this condition important?

When we're using standards to define our interfaces as it happens with Swagger API Definition it is important to ensure that is valid and following the best practices to make sure the same interface is cross-compatible with any other technology that is compliant with the standard

How to fix it?

Solve the validation issues to ensure the compliance with the Standard and its best practices

How do I use this rule?

The rule is enabled by default. To disable it if unwanted, clone the default "BW6 Quality Profile" quality profile and then disable the rule.


< Return to Rules list | << Return to main README file