1
0
forked from 0ad/0ad
0ad/.coafile
Itms de53e2ac44 Fixes and improvements to the CI pipelines.
- Custom fixes to coala: support python3.8 and recent versions of
cppcheck
- Adapt .coafile to current coala
- Adapt LicenseYearBear to current `svn` python package
- Move the linter configuration to the coala directory
- Remove the now unused lint-patch script
- Update Jenkins pipelines to report build stderr as a comment on Unix
(including warnings when the build succeeds), and to report lint issues
inline

Tested on Jenkins during the past week.

Differential Revision: https://code.wildfiregames.com/D2931
This was SVN commit r23971.
2020-08-18 12:47:09 +00:00

12 lines
289 B
Plaintext

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