|
97 | 97 | dict(name="security", description="Security-related guideline"),
|
98 | 98 | dict(name="performance", description="Performance-related guideline"),
|
99 | 99 | dict(name="readability", description="Readability-related guideline"),
|
100 |
| - dict(name="reduce-human-error", description="Reducing human error guideline"), |
| 100 | + dict(name="reduce-human-error", description="Guideline that helps prevent human error"), |
101 | 101 | dict(name="numerics", description="Numerics-related guideline"),
|
102 |
| - dict(name="undefined-behavior", description="Numerics-related guideline"), |
103 |
| - dict(name="stack-overflow", description="Stack-overflow-related guideline"), |
| 102 | + dict(name="undefined-behavior", description="Guideline related to Undefined Behavior"), |
| 103 | + dict(name="stack-overflow", description="Guideline related to Stack Overflow"), |
104 | 104 |
|
| 105 | + dict(name="maintainability", description="Maintainability-related guideline"), |
| 106 | + dict(name="portability", description="Portability-related guideline"), |
| 107 | + dict(name="surprising-behavior", description="Guideline related to surprising or unexpected behavior"), |
| 108 | + |
105 | 109 | dict(name="subset", description="Guideline associated with the language-subset profile"),
|
106 | 110 | dict(name="defect", description="Guideline associated with the defect-prevention profile"),
|
107 | 111 | ]
|
|
0 commit comments