reserved identifier violation
- Dominant language
- C
- Stars
- 2.5k
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description
I would like to point out that identifiers like “[`_GLB_DIRECTOR_CONFIG_H`](https://github.com/github/glb-director/blob/9a1a5e319f37fb69f7ac3355c15909b88ee08d36/src/glb-director/glb_director_config.h#L33 "Update candidate")” and “[`__IPT_GLBREDIRECT_MATCH__`](https://github.com/github/glb-director/blob/019d88f7d48bb3f77f42fc9eec2fd4640537e029/src/glb-redirect/ipt_glbredirect.h#L22 "Another update candidate")” [do not fit](https://www.securecoding.cert.org/confluence/display/c/DCL37-C.+Do+not+declare+or+define+a+reserved+identifier#DCL37-C.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28IncludeGuard%29 "Do not use identifiers which are reserved for the compiler implementation.") to the expected naming convention of the C language standard.
Would you like to adjust your selection for unique names?
Contributor guide
Assessment
This issue has not been assessed yet.