Interactions-HSG / xarm-grpc

A command-line interface for xArm-C++-SDK to interact with UFACTORY xArms
Eclipse Public License 2.0
5 stars 0 forks source link

refactor: with clang-tidy linter (resolves #9) #11

Closed jo-bru closed 3 years ago

jo-bru commented 3 years ago

Refactored code using the clang-tidy linter.

The following warnings were resolved:

The following problems are not yet resolved:

I'm not sure if the magic number resolution is correct: not sure if constexpr is the right way and where to define them (use namespace or separate header, I suppose not as global constants..)

jo-bru commented 3 years ago

I will probably change the checks and formatting a bit over time, but since they are stored in the configuration files, that won't be a problem.. :)