R256 – Messageflow name should be in one of the allowed naming patterns (WMB)

Messageflow name should be in one of the allowed naming patterns (WMB)

This relates to the message flow name.
For example:
sonar.mb.messageflow.flowname.regex=Flow_[A-Z]{1}[a-z]{1,30}.msgflow
Would mean that the flow name
Flow_Test.msgflow
would be allowed, but
Flow_test.msgflow
would not be allowed.

This can be configured on a per project basis using the following property:

sonar.mb.messageflow.flowname.regex [A-Z]{3,20}_[A-Z]{3,30}_[A-Z]{3,30}_[A-Z]{3,30}.msgflow / ADP_[A-Z]{3,30}_[A-Z]{3,30}_[A-Z]{3,30}_[A-Z]{3,30}.msgflow / [A-Z]{3,30}_v[0-9]{1,3}.msgflow