Allowable abbreviations list in Sonar

Viewed 550

We have some abbreviations we regularly use in our code base around product names (e.g. everyone refers to Big Long Product Name as "BLM" and in code we have classes like BLMDataParser).

Sonar flags all such classes wanting them to be BlmDataParser.

Visual Studio and ReSharper both have allowable abbreviation lists, but I can't find the similar Sonar functionality. Am I just missing this somewhere?

0 Answers
Related