codeql-coding-standards icon indicating copy to clipboard operation
codeql-coding-standards copied to clipboard

`A3-1-5`: Exclude instantiated templates and compiler generated members

Open lcartey opened this issue 1 year ago • 2 comments

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.

Example

lcartey avatar Oct 03 '23 16:10 lcartey