intel / ad-rss-lib

Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles
https://intel.github.io/ad-rss-lib/
GNU Lesser General Public License v2.1
339 stars 138 forks source link

Added static code analysis using clang-tidy #32

Closed fabianoboril closed 5 years ago

fabianoboril commented 5 years ago

Description

Static code analysis can now be performed running clang-tidy.

mkdir build cd build cmake .. -DBUILD_STATIC_ANALYSIS=ON make clang-tidy

Checks are also run on Travis.

Checklist:

Where has this been tested?

Possible Drawbacks

None


This change is Reviewable