electric-sheep-co / arduino-redis

A Redis client library for Arduino.
http://arduino-redis.com
MIT License
54 stars 19 forks source link

Integrate linting & formatting #75

Open rpj opened 1 year ago

rpj commented 1 year ago

I recently formatted the library source "by hand" with VS Code to make it consistent, but now that we have a CI pipeline and somewhat of a dev toolchain, we really should integrate proper linting and clang-tidy-based opinionated code formatting. Ideally there would even be a check step in the CI that would fail if code is not formatted to the project's standards.