Files @ r26966:dfd8ee0544ac
Branch filter:

Location: cpp/openttd-patchpack/source/.github/codeql/codeql-config.yml

glx22
Codechange: Use SQInteger for generic numbers in script_company
name: openttd
queries:
- uses: security-and-quality
query-filters:
- exclude:
    id:
    # Only feasible way is to move away from fopen; fopen_s is optional C11 and not implemented on most platforms.
    - cpp/world-writable-file-creation
    # Basically OpenTTD's coding style for adding things like ..._INVALID to enumerations
    - cpp/irregular-enum-init