https://sonarcloud.io/organizations/open-adventure/rules#rule_key=c%3ASingleDeclarationPerStatement
- MISRA C++:2008, 8-0-1 - An init-declarator-list or a member-declarator-list shall consist of a single init-declarator or member-declarator respectively
- CERT, DCL52-J. - Do not declare more than one variable per declaration
- CERT, DCL04-C. - Do not declare more than one variable per declaration
- CERT, DCL04-CPP. - Do not declare more than one variable per declaration