Page MenuHomeWildfire Games

Remove a tileclass from Caledonian Meadows
AbandonedPublic

Authored by FeXoR on Aug 5 2019, 10:55 PM.

Details

Reviewers
None
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Summary

The tileclass clGrove was unneeded in the random map caledonian_meadows.js.

Test Plan
  • Check the code if there is any occurrence of clGrove left
  • Check if the map generates
  • Check if the any occurrence of clGrove was influencing anything (but it's generation) - if you must, it shouldn't

Diff Detail

Repository
rP 0 A.D. Public Repository
Branch
/ps/trunk
Lint
Lint OK
Unit
No Unit Test Coverage
Build Status
Buildable 8743
Build 14327: Vulcan BuildJenkins
Build 14326: arc lint + arc unit

Event Timeline

FeXoR created this revision.Aug 5 2019, 10:55 PM

Successful build - Chance fights ever on the side of the prudent.

Linter detected issues:
Executing section Source...
Executing section JS...
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'bench'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench": { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench":     { "angle": Math.PI / 2, "length": 1.5, "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0, "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'sheep'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep": { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"length"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep":     { "angle": 0, "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep":     { "angle": 0,           "length": 0, "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'foodBin'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin": { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin":   { "angle": Math.PI / 2, "length": 1.5, "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0, "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"length"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI, "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI,     "length": 0, "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3, "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'r'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 187| 187|  */
| 188| 188| setBiome("generic/alpine");
| 189| 189| g_Environment.Fog.FogColor = { "r": 0.8, "g": 0.8, "b": 0.8, "a": 0.01 };
| 190|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 190|+g_Environment.Water.WaterBody.Colour = { "r": 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 191| 191| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 192| 192| 
| 193| 193| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'g'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 187| 187|  */
| 188| 188| setBiome("generic/alpine");
| 189| 189| g_Environment.Fog.FogColor = { "r": 0.8, "g": 0.8, "b": 0.8, "a": 0.01 };
| 190|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 190|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g": 0.05, "b" : 0.1, "a" : 0.1 };
| 191| 191| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 192| 192| 
| 193| 193| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'b'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 187| 187|  */
| 188| 188| setBiome("generic/alpine");
| 189| 189| g_Environment.Fog.FogColor = { "r": 0.8, "g": 0.8, "b": 0.8, "a": 0.01 };
| 190|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 190|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b": 0.1, "a" : 0.1 };
| 191| 191| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 192| 192| 
| 193| 193| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'a'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 187| 187|  */
| 188| 188| setBiome("generic/alpine");
| 189| 189| g_Environment.Fog.FogColor = { "r": 0.8, "g": 0.8, "b": 0.8, "a": 0.01 };
| 190|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 190|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a": 0.1 };
| 191| 191| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 192| 192| 
| 193| 193| /**
Executing section cli...

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/309/display/redirect

FeXoR updated this revision to Diff 9230.Aug 5 2019, 11:26 PM

Removed supernumerous comata and some stile corrections

Successful build - Chance fights ever on the side of the prudent.

Linter detected issues:
Executing section Source...
Executing section JS...
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'bench'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench": { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench":     { "angle": Math.PI / 2, "length": 1.5, "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0, "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'sheep'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep": { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"length"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep":     { "angle": 0, "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep":     { "angle": 0,           "length": 0, "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'foodBin'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin": { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin":   { "angle": Math.PI / 2, "length": 1.5, "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0, "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"length"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI, "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI,     "length": 0, "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3, "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'r'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 185| 185|  */
| 186| 186| setBiome("generic/alpine");
| 187| 187| g_Environment.Fog.FogColor = { "r": 0.8, "g": 0.8, "b": 0.8, "a": 0.01 };
| 188|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 188|+g_Environment.Water.WaterBody.Colour = { "r": 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 189| 189| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 190| 190| 
| 191| 191| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'g'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 185| 185|  */
| 186| 186| setBiome("generic/alpine");
| 187| 187| g_Environment.Fog.FogColor = { "r": 0.8, "g": 0.8, "b": 0.8, "a": 0.01 };
| 188|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 188|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g": 0.05, "b" : 0.1, "a" : 0.1 };
| 189| 189| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 190| 190| 
| 191| 191| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'b'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 185| 185|  */
| 186| 186| setBiome("generic/alpine");
| 187| 187| g_Environment.Fog.FogColor = { "r": 0.8, "g": 0.8, "b": 0.8, "a": 0.01 };
| 188|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 188|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b": 0.1, "a" : 0.1 };
| 189| 189| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 190| 190| 
| 191| 191| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'a'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 185| 185|  */
| 186| 186| setBiome("generic/alpine");
| 187| 187| g_Environment.Fog.FogColor = { "r": 0.8, "g": 0.8, "b": 0.8, "a": 0.01 };
| 188|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 188|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a": 0.1 };
| 189| 189| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 190| 190| 
| 191| 191| /**
Executing section cli...

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/310/display/redirect

FeXoR updated this revision to Diff 9231.Aug 5 2019, 11:49 PM

Removed some unneeded brackets and some stile adjustments

FeXoR updated this revision to Diff 9232.Aug 5 2019, 11:50 PM

Some more stilechanges

Successful build - Chance fights ever on the side of the prudent.

Linter detected issues:
Executing section Source...
Executing section JS...
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'bench'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench": { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench":     { "angle": Math.PI / 2, "length": 1.5, "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0, "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'sheep'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep": { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"length"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep":     { "angle": 0, "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep":     { "angle": 0,           "length": 0, "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'foodBin'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin": { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin":   { "angle": Math.PI / 2, "length": 1.5, "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0, "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"length"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI, "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI,     "length": 0, "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3, "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'r'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 183| 183|  * Environment settings
| 184| 184|  */
| 185| 185| setBiome("generic/alpine");
| 186|    |-g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
|    | 186|+g_Environment.Fog.FogColor = { "r": 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
| 187| 187| g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 188| 188| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 189| 189| 
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'g'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 183| 183|  * Environment settings
| 184| 184|  */
| 185| 185| setBiome("generic/alpine");
| 186|    |-g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
|    | 186|+g_Environment.Fog.FogColor = { "r" : 0.8, "g": 0.8, "b" : 0.8, "a" : 0.01 };
| 187| 187| g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 188| 188| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 189| 189| 
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'b'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 183| 183|  * Environment settings
| 184| 184|  */
| 185| 185| setBiome("generic/alpine");
| 186|    |-g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
|    | 186|+g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b": 0.8, "a" : 0.01 };
| 187| 187| g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 188| 188| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 189| 189| 
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'a'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 183| 183|  * Environment settings
| 184| 184|  */
| 185| 185| setBiome("generic/alpine");
| 186|    |-g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
|    | 186|+g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a": 0.01 };
| 187| 187| g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 188| 188| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 189| 189| 
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'r'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 184| 184|  */
| 185| 185| setBiome("generic/alpine");
| 186| 186| g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
| 187|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 187|+g_Environment.Water.WaterBody.Colour = { "r": 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 188| 188| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 189| 189| 
| 190| 190| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'g'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 184| 184|  */
| 185| 185| setBiome("generic/alpine");
| 186| 186| g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
| 187|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 187|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g": 0.05, "b" : 0.1, "a" : 0.1 };
| 188| 188| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 189| 189| 
| 190| 190| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'b'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 184| 184|  */
| 185| 185| setBiome("generic/alpine");
| 186| 186| g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
| 187|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 187|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b": 0.1, "a" : 0.1 };
| 188| 188| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 189| 189| 
| 190| 190| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'a'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 184| 184|  */
| 185| 185| setBiome("generic/alpine");
| 186| 186| g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
| 187|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 187|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a": 0.1 };
| 188| 188| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 189| 189| 
| 190| 190| /**
Executing section cli...

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/311/display/redirect

Successful build - Chance fights ever on the side of the prudent.

Linter detected issues:
Executing section Source...
Executing section JS...
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'bench'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench": { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench":     { "angle": Math.PI / 2, "length": 1.5, "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0, "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'sheep'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep": { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"length"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep":     { "angle": 0, "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep":     { "angle": 0,           "length": 0, "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'foodBin'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin": { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin":   { "angle": Math.PI / 2, "length": 1.5, "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0, "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"length"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI, "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI,     "length": 0, "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3, "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'r'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 182| 182|  * Environment settings
| 183| 183|  */
| 184| 184| setBiome("generic/alpine");
| 185|    |-g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
|    | 185|+g_Environment.Fog.FogColor = { "r": 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
| 186| 186| g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 187| 187| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 188| 188| 
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'g'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 182| 182|  * Environment settings
| 183| 183|  */
| 184| 184| setBiome("generic/alpine");
| 185|    |-g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
|    | 185|+g_Environment.Fog.FogColor = { "r" : 0.8, "g": 0.8, "b" : 0.8, "a" : 0.01 };
| 186| 186| g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 187| 187| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 188| 188| 
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'b'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 182| 182|  * Environment settings
| 183| 183|  */
| 184| 184| setBiome("generic/alpine");
| 185|    |-g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
|    | 185|+g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b": 0.8, "a" : 0.01 };
| 186| 186| g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 187| 187| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 188| 188| 
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'a'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 182| 182|  * Environment settings
| 183| 183|  */
| 184| 184| setBiome("generic/alpine");
| 185|    |-g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
|    | 185|+g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a": 0.01 };
| 186| 186| g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 187| 187| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 188| 188| 
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'r'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 183| 183|  */
| 184| 184| setBiome("generic/alpine");
| 185| 185| g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
| 186|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 186|+g_Environment.Water.WaterBody.Colour = { "r": 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
| 187| 187| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 188| 188| 
| 189| 189| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'g'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 183| 183|  */
| 184| 184| setBiome("generic/alpine");
| 185| 185| g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
| 186|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 186|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g": 0.05, "b" : 0.1, "a" : 0.1 };
| 187| 187| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 188| 188| 
| 189| 189| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'b'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 183| 183|  */
| 184| 184| setBiome("generic/alpine");
| 185| 185| g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
| 186|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 186|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b": 0.1, "a" : 0.1 };
| 187| 187| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 188| 188| 
| 189| 189| /**
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space after key 'a'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
| 183| 183|  */
| 184| 184| setBiome("generic/alpine");
| 185| 185| g_Environment.Fog.FogColor = { "r" : 0.8, "g" : 0.8, "b" : 0.8, "a" : 0.01 };
| 186|    |-g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a" : 0.1 };
|    | 186|+g_Environment.Water.WaterBody.Colour = { "r" : 0.3, "g" : 0.05, "b" : 0.1, "a": 0.1 };
| 187| 187| g_Environment.Water.WaterBody.Murkiness = 0.4;
| 188| 188| 
| 189| 189| /**
Executing section cli...

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/312/display/redirect

FeXoR updated this revision to Diff 9233.Aug 5 2019, 11:59 PM

Removed spaces after keys

Successful build - Chance fights ever on the side of the prudent.

Linter detected issues:
Executing section Source...
Executing section JS...
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'bench'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench": { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench":     { "angle": Math.PI / 2, "length": 1.5, "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  41|  41| 	"overlap": 0,
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|    |-	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|    |  44|+	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0, "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'sheep'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep": { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"length"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep":     { "angle": 0, "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  42|  42| 	"fence": readyWallElement("other/fence_long", "gaia"),
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|    |-	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|    |  45|+	"sheep":     { "angle": 0,           "length": 0, "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|    | [NORMAL] ESLintBear (key-spacing):
|    | Extra space before value for key 'foodBin'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin": { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin":   { "angle": Math.PI / 2, "length": 1.5, "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  43|  43| 	"fence_short": readyWallElement("other/fence_short", "gaia"),
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|    |-	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|    |  46|+	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0, "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|  47| 	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"length"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI, "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"indent"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI,     "length": 0, "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
|    | [NORMAL] ESLintBear (no-multi-spaces):
|    | Multiple spaces found before '"bend"'.
|----|    | /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|    |++++| /zpool0/trunk/binaries/data/mods/public/maps/random/caledonian_meadows.js
|  44|  44| 	"bench":     { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "other/bench" },
|  45|  45| 	"sheep":     { "angle": 0,           "length": 0,    "indent": 0.75, "bend": 0, "templateName": "gaia/fauna_sheep" },
|  46|  46| 	"foodBin":   { "angle": Math.PI / 2, "length": 1.5,  "indent": 0,    "bend": 0, "templateName": "gaia/treasure/food_bin" },
|  47|    |-	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3,   "bend": 0, "templateName": "structures/brit_farmstead" }
|    |  47|+	"farmstead": { "angle": Math.PI,     "length": 0,    "indent": -3, "bend": 0, "templateName": "structures/brit_farmstead" }
|  48|  48| };
|  49|  49| 
|  50|  50| let fences = [
Executing section cli...

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/313/display/redirect

elexis added a subscriber: elexis.Aug 9 2019, 2:16 PM

Unused since rP18781, not noticed there, nor in rP20971, rP21000 and rP21001 until http://irclogs.wildfiregames.com/2019-08/2019-08-05-QuakeNet-%230ad-dev.log I didn't test, but the code must be correct or a hat is to be eaten.

As hats don't taste so well, I did a search whether perhaps some library refers to clGrove, I found that wild_lake also has an unused clGrove, so perhaps there is more.

marder abandoned this revision.Jun 13 2022, 10:28 PM
marder added a subscriber: marder.