Skip to content

Commit

Permalink
Supplies.json linted (#29024)
Browse files Browse the repository at this point in the history
* Lint supplies.json and remove from blacklist
  • Loading branch information
anabatic authored and kevingranade committed Mar 26, 2019
1 parent 624094d commit 462887d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions data/json/itemgroups/supplies.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@
"id": "supplies_metal_precious",
"type": "item_group",
"//": "Metals of significant economic value before the cataclysm",
"items": [
[ "gold_small", 100 ],
[ "silver_small", 100 ]
]
"items": [ [ "gold_small", 100 ], [ "silver_small", 100 ] ]
},
{
"id": "supplies_spares_vehicle",
Expand Down
1 change: 0 additions & 1 deletion json_blacklist
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
data/json/itemgroups/supplies.json
data/json/itemgroups/tools.json
data/json/itemgroups/vending_machines.json
data/json/items/chemicals_and_resources.json
Expand Down

0 comments on commit 462887d

Please sign in to comment.