1
1
forked from 0ad/0ad
0ad/.coafile
Itms 7e0d19cd7a Linting with Coala.
This new script and the associated configuration files lint our source
code (JS and C++). This will be extended in the future, refs #4833.

Reviewed By: Imarok
Differential Revision: https://code.wildfiregames.com/D213
This was SVN commit r20364.
2017-10-28 15:30:37 +00:00

11 lines
264 B
Plaintext

[Source]
bears = CPPCheckBear
files = source/**.(cpp|h)
ignore = source/third_party/**
[JS]
bears = ESLintBear, JSHintBear
eslint_config = build/jenkins/lint-config/eslintrc.json
jshint_config = build/jenkins/lint-config/jshintrc.json
files = binaries/data/**.js