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
+4 -4
View File
@@ -65,11 +65,11 @@ All custom items with worn sprites must follow the contained sprite system: http
icon_state = "nebula_glasses"
item_state = "nebula_glasses"
contained_sprite = 1
var/obj/item/weapon/disk/chip
/obj/item/clothing/glasses/fluff/nebula_glasses/var/chip
/obj/item/clothing/glasses/fluff/nebula_glasses/New()
chip = new /obj/item/weapon/disk/fluff/nebula_chip()
..()
/obj/item/clothing/glasses/fluff/nebula_glasses/New()
chip = new /obj/item/weapon/disk/fluff/nebula_chip()
..()
/obj/item/clothing/glasses/fluff/nebula_glasses/attack_self(mob/user as mob)
if(chip)