Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 953 Bytes

SharedResourcesNotUsed.md

File metadata and controls

22 lines (12 loc) · 953 Bytes

SharedResourcesNotUsed

What condition does this detect?

"Shared Resource not used

This is an Resource rule - the rule will test each resource of the application

Why is this condition important?

Sometimes when we work and evolve several times the same projects we probably change some components and another ones are not needed anymore. That usually happens when we change protocols or resources that can be kepts forever as part of the project even if they're not needed anymore. That work against the readability and maintenability of the project itself.

How to fix it?

Remove the unused shared resources to increase the readability of the project

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