mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
buildGlobal.hxml
|
|
-lib mcover:2.1.1
|
|
-D unittest
|
|
-x TestMain
|
|
--macro mcover.MCover.coverage(['checkstyle'], ['src'], ['checkstyle.reporter', 'checkstyle.Main'])
|
|
|
|
--next
|
|
-cmd neko run -s src -s test -p resources/static-analysis.txt
|
|
-cmd neko run --default-config resources/default-config.json
|
|
-cmd neko run -c resources/default-config.json
|