mirror of
https://github.com/rathena/rathena
synced 2026-08-16 22:26:42 -04:00
9 lines
256 B
YAML
9 lines
256 B
YAML
name: "CodeQL config"
|
|
|
|
queries:
|
|
# Trigger security and quality findings
|
|
- uses: security-and-quality
|
|
query-filters:
|
|
- exclude:
|
|
# We use unity builds/amalgamated builds to optimize compile time for the skill TU
|
|
id: cpp/include-non-header
|