NUbots / NUWebots

Environment, models, and communication for using the Webots simulation with NUbots
MIT License
7 stars 4 forks source link

Removes the webots folder from formatting #93

Closed ysims closed 2 years ago

ysims commented 2 years ago

./b format currently tries formatting all files in NUWebots, including those in NUWebots/webots/. This folder isn't our code, it's a submodule containing the Webots simulator code. We don't want to format files in this folder.

This PR updates the format script so it only formats our files and ignores the webots folder.