Remove the Java/Kotlin scan from CodeQL because this repository does not contain a buildable Java project. Load a dedicated CodeQL config that excludes generated plugin mirrors so duplicate template classes do not reduce scan coverage or signal quality.
7 lines
199 B
YAML
7 lines
199 B
YAML
name: "CodeQL Config"
|
|
|
|
paths-ignore:
|
|
# Generated plugin mirrors create duplicate scan noise without adding
|
|
# source coverage because the canonical sources live outside plugins/.
|
|
- "plugins/**"
|