Simbotics / Simbot-Base

A base robot with the most up to date utilities and starting components to get started on robot code as fast as possible
https://simbotics.org
Other
4 stars 0 forks source link

Fix linting and build violations #22

Closed IanTapply22 closed 10 months ago

IanTapply22 commented 10 months ago

Description

Fixed all linting and build violations with spotless apply.

This PR depends on #20 to be completed and merged before this can be merged. We also need to update the 2024-beta branch to merge this as there are some conflicts with these changes.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

Checklist:

IanTapply22 commented 10 months ago

Again, to clarify then this doesn't get messed up. THIS PR DEPENDS ON #20 TO BE MERGED BEFORE MERGING THIS

colemacphail commented 10 months ago

Again, to clarify then this doesn't get messed up. THIS PR DEPENDS ON #20 TO BE MERGED BEFORE MERGING THIS

@IanTapply22 one cool trick we use at work is that you can set up a github workflow to make it so you can't merge if the PR description has something like "DO_NOT_MERGE" in it. Something to think about if we care lol

IanTapply22 commented 10 months ago

Again, to clarify then this doesn't get messed up. THIS PR DEPENDS ON #20 TO BE MERGED BEFORE MERGING THIS

@IanTapply22 one cool trick we use at work is that you can set up a github workflow to make it so you can't merge if the PR description has something like "DO_NOT_MERGE" in it. Something to think about if we care lol

We should totally do that, I'll make an issue for that when I can!

IanTapply22 commented 10 months ago

Again, to clarify then this doesn't get messed up. THIS PR DEPENDS ON #20 TO BE MERGED BEFORE MERGING THIS

@IanTapply22 one cool trick we use at work is that you can set up a github workflow to make it so you can't merge if the PR description has something like "DO_NOT_MERGE" in it. Something to think about if we care lol

25 :)

IanTapply22 commented 10 months ago

No