mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Remove path based generated file classification
This commit is contained in:
@@ -65,10 +65,3 @@ private class GeneratedFileMarker extends Top {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A file detected as generated by the Kotlin Annotation Processing Tool (kapt). Detection is based on file path.
|
||||
*/
|
||||
private class KaptFile extends GeneratedFile {
|
||||
KaptFile() { this.getRelativePath().matches("%/generated/source/kapt%") }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user