uptane / aktualizr

C++ Uptane Client
Mozilla Public License 2.0
16 stars 17 forks source link

Disable linting to fix build #5

Closed cajun-rat closed 3 years ago

cajun-rat commented 3 years ago

"ninja qa" was failing for Release builds because the assert() calls get compiled out in release and clang-tidy couldn't see a reason why this needed to be a member function. Disable the lint rule for this line.

Signed-off-by: Phil Wise phil@phil-wise.com

pattivacek commented 3 years ago

Merging despite test failure since I see that you also have a PR for that.