Travis: Indentation / list fixes (#1254)

Fixes the tools/indentation.awk script to not demand a comma at the end of perfectly valid comments.
Makes it report unnecessary commas in lists.
Readds it to the Travis build list.
This commit is contained in:
SoundScopes
2016-12-19 16:40:52 +02:00
committed by skull132
parent 7267ec826c
commit 97bb1e8e38
91 changed files with 483 additions and 440 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ var/global/list/citizenship_choices = list(
"People's Republic of Adhomai",
"Izweski Hegemony",
"Zo'ra Hive",
"K'lax Hive",
"K'lax Hive"
)
var/global/list/home_system_choices = list(
@@ -62,4 +62,4 @@ var/global/list/religion_choices = list(
"Ma'ta'ke",
"Th'akh",
"Sk'akh"
)
)
+1 -1
View File
@@ -13,7 +13,7 @@ var/global/list/gear_datums = list()
"[slot_shoes]" = list(),
"utility" = list(),
"misc" = list(),
"unknown" = list(),
"unknown" = list()
)
//create a list of gear datums to sort