mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[build] Add Spotless for JSON (#4956)
This commit is contained in:
@@ -39,11 +39,13 @@
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name":"Mechanism2d",
|
||||
"foldername":"Mechanism2d",
|
||||
"gradlebase":"cpp",
|
||||
"description":"An example usage of Mechanism2d to display mechanism states on a dashboard.",
|
||||
"tags":["Mechanism2d"],
|
||||
"name": "Mechanism2d",
|
||||
"foldername": "Mechanism2d",
|
||||
"gradlebase": "cpp",
|
||||
"description": "An example usage of Mechanism2d to display mechanism states on a dashboard.",
|
||||
"tags": [
|
||||
"Mechanism2d"
|
||||
],
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
@@ -290,7 +292,6 @@
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 2
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Axis Camera Sample",
|
||||
"description": "An example program that acquires images from an Axis network camera and adds some annotation to the image as you might do for showing operators the result of some image recognition, and sends it to the dashboard for display. This demonstrates the use of the AxisCamera class.",
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"name": "Command Robot Skeleton (Advanced)",
|
||||
"description": "Skeleton (stub) code for Command Robot",
|
||||
"tags": [
|
||||
"Command", "Skeleton"
|
||||
"Command",
|
||||
"Skeleton"
|
||||
],
|
||||
"foldername": "commandbasedskeleton",
|
||||
"gradlebase": "cpp",
|
||||
@@ -33,7 +34,8 @@
|
||||
"name": "Timed Skeleton (Advanced)",
|
||||
"description": "Skeleton (stub) code for TimedRobot",
|
||||
"tags": [
|
||||
"Timed", "Skeleton"
|
||||
"Timed",
|
||||
"Skeleton"
|
||||
],
|
||||
"foldername": "timedskeleton",
|
||||
"gradlebase": "cpp",
|
||||
@@ -43,7 +45,8 @@
|
||||
"name": "RobotBase Skeleton (Advanced)",
|
||||
"description": "Skeleton (stub) code for RobotBase",
|
||||
"tags": [
|
||||
"RobotBase", "Skeleton"
|
||||
"RobotBase",
|
||||
"Skeleton"
|
||||
],
|
||||
"foldername": "robotbaseskeleton",
|
||||
"gradlebase": "cpp",
|
||||
@@ -53,7 +56,8 @@
|
||||
"name": "Romi - Command Robot",
|
||||
"description": "Romi - Command style",
|
||||
"tags": [
|
||||
"Command", "Romi"
|
||||
"Command",
|
||||
"Romi"
|
||||
],
|
||||
"foldername": "commandbased",
|
||||
"gradlebase": "cppromi",
|
||||
@@ -63,7 +67,8 @@
|
||||
"name": "Romi - Timed Robot",
|
||||
"description": "Romi - Timed style",
|
||||
"tags": [
|
||||
"Timed", "Romi"
|
||||
"Timed",
|
||||
"Romi"
|
||||
],
|
||||
"foldername": "timed",
|
||||
"gradlebase": "cppromi",
|
||||
|
||||
Reference in New Issue
Block a user