mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
If one modifies a QL stub but forgets to remove the `// generated` header comment, codegen will now abort with an error rather than silently reverting the change. This is based on the rough heuristic of just counting the lines. If any change is done to the stub class, the number of lines is bound to be 5 or more.