mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
11 lines
360 B
YAML
11 lines
360 B
YAML
|
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
|