From 92eec6b814b1be138c3b5ecbd8e20b251f7ad4cc Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Mon, 20 May 2019 10:29:20 +0200 Subject: [PATCH] fix dummy --- src/init/dummy.js | 5 ----- src/init/dummy.tw | 8 ++++++++ 2 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 src/init/dummy.js diff --git a/src/init/dummy.js b/src/init/dummy.js deleted file mode 100644 index 77e63219218..00000000000 --- a/src/init/dummy.js +++ /dev/null @@ -1,5 +0,0 @@ -//add false positives of the JAVA sanityCheck here -/* -.scarheal -.clamp -*/ \ No newline at end of file diff --git a/src/init/dummy.tw b/src/init/dummy.tw index 795c1885c88..6048c489d9c 100644 --- a/src/init/dummy.tw +++ b/src/init/dummy.tw @@ -3,6 +3,9 @@ This is special passage to avoid false positive error in sanityCheck build script. Do not uncomment anything! +Variables in this comment are only for the git grep calls used with the python version. +False positives of the Java version have to added in the comment below. + $nurseryUpgrade, $childToSlave $ageMode $youngCareers, $educatedCareers, $uneducatedCareers, $gratefulCareers, $menialCareers, $entertainmentCareers, $whoreCareers, $HGCareers, $madamCareers, $DJCareers, $bodyguardCareers, $wardenessCareers, $nurseCareers, $attendantCareers, $matronCareers, $milkmaidCareers, $farmerCareers, $stewardessCareers, $schoolteacherCareers @@ -37,3 +40,8 @@ $activeSlave.readyLimbs, _Slave.readyLimbs, $args[0].readyLimbs $brothelSpots $JobIDArray */ +/% +SugarCube-style comment because it is not ignored by the Java based sanityCheck + +$scarheal, $clamp +%/ -- GitLab