WisconsinRobotics / WRover_Software

The software system for the 2024 Wisconsin Robotics URC rover.
https://wisconsinrobotics.github.io/WRover_Software/
MIT License
6 stars 1 forks source link

Linting Integration as a GitHub Action #25

Open bennowotny opened 2 years ago

bennowotny commented 2 years ago

Linting inconsistencies can lead to inconsistent code. To provide a standard model for code style reinforcement, a GitHub Action can run linting procedures in controlled environments with fixed, known setups. The goal is to provide consistent linting and standards for this project and consistently show results to team members, both behaviors possible through GitHub Actions.