More Simulation Support Pt.2 #1114
Annotations
1 error and 12 warnings
Prettier
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Linter:
fission/src/systems/simulation/wpilib_brain/WPILibBrain.ts#L9
'SimAnalogOutput' is defined but never used. Allowed unused vars must match /^_/u
|
Linter:
fission/src/systems/simulation/wpilib_brain/WPILibBrain.ts#L9
'SimOutputGroup' is defined but never used. Allowed unused vars must match /^_/u
|
Linter:
fission/src/systems/simulation/wpilib_brain/WPILibBrain.ts#L10
'SimAccelInput' is defined but never used. Allowed unused vars must match /^_/u
|
Linter:
fission/src/systems/simulation/wpilib_brain/WPILibBrain.ts#L10
'SimDIOIn' is defined but never used. Allowed unused vars must match /^_/u
|
Linter:
fission/src/systems/simulation/wpilib_brain/WPILibBrain.ts#L10
'SimAnalogInput' is defined but never used. Allowed unused vars must match /^_/u
|
Linter:
fission/src/ui/ModalContext.tsx#L11
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Linter:
fission/src/ui/ModalContext.tsx#L28
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Linter:
fission/src/ui/PanelContext.tsx#L12
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Linter:
fission/src/ui/PanelContext.tsx#L29
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Linter:
fission/src/ui/ThemeContext.tsx#L36
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading