Module GeneratedCode
Provides classes for detecting generated code.
Import path
import codeql.ruby.filters.GeneratedCodePredicates
| isGeneratedCode | Holds if |
Classes
| DontModifyMarkerComment | A comment warning against modifications. |
| GeneratedCodeComment | A comment line that indicates generated code. |
| GeneratedCodeFile | A source file that contains generated code. |
| GeneratedCommentFile | A file continuing comments suggesting it contains generated code. |
| GenericGeneratedCodeComment | A generic comment line that suggests that the file is generated. |