Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 928 Bytes

File metadata and controls

22 lines (12 loc) · 928 Bytes

ProcessNamingConvention

What condition does this detect?

This rule ensure the naming convention for process names

This is a Process rule - the rule will test each process of the application

Why is this condition important?

Naming conventions are important at the process level to make sure that all developers follow the same rules and it ease the maintenance and understading of the projects. So as part of this we allow to define a custom expresion to define your pattern and to ensure the process names follow that policy

How to fix it?

Change the process name to meet the policy requirements regarding naming convention

How do I use this rule?

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


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