codeql-coding-standards
codeql-coding-standards copied to clipboard
`A3-1-5`: Exclude instantiated templates and compiler generated members
Affected rules
-
A3-1-5
Description
Exclude instantiated templates from this rule here: https://github.com/github/codeql-coding-standards/blob/main/cpp/common/src/codingstandards/cpp/Class.qll#L184
Also exclude compiler generated members.