1
0
forked from mirrors/0ad
Files
0ad/source/tools/lint
2025-05-08 19:50:21 +02:00
..
2025-05-08 19:50:21 +02:00
2025-05-08 19:50:21 +02:00

Linters

Linters for use in CI or by developers. Also providing configurations for IDEs.

cppcheck

suppression-list

The suppression list is ideally empty, restricting to file scope is preferred.

The format for an error suppression is one of: [error id]:[filename]:[line] [error id]:[filename2] [error id]

libraries

Adding library cfg's for other deps could improve cppchecks ability to find issues.

A linter for checking copyright dates in file headers are up to date.