UniversalRobots / Universal_Robots_Client_Library

A C++ library for accessing the UR interfaces that facilitate the use of UR robotic manipulators by external applications.
Apache License 2.0
117 stars 86 forks source link

Use pre-commit for clang-format #175

Closed fmauch closed 11 months ago

fmauch commented 11 months ago

It has bothered be for quite a while that we have so many "code formatting" commit inside our PRs. Using pre-commit enables us to check formatting before we actually push something.

codecov[bot] commented 11 months ago

Codecov Report

Patch has no changes to coverable lines.

:loudspeaker: Thoughts on this report? Let us know!.

fmauch commented 11 months ago

@urmahp I've updated things a bit together with a contributor guideline.