platisd / indoor-navigation-system

[WIP] An indoor navigation system to guide users towards their colleagues' desks
Apache License 2.0
15 stars 13 forks source link

C++ code has been committed without being static analyzed #90

Open platisd opened 6 years ago

platisd commented 6 years ago

Description

As an INS developer I do not want to have code that has not been approved by a static analysis tool committed to one of the main branches. Therefore, I would like to make sure that my code is verified by a static analysis tool before being allowed to merge.

A good relevant post to read can be found here.

Definition of Done

samup4web commented 6 years ago

Clang-tidy :+1:

platisd commented 6 years ago

Up to the one who implements this! :smiley:

platisd commented 6 years ago

@samup4web are you currently working on this? If so please move this to the appropriate column in the board otherwise unassign yourself so maybe new members can take it! 😄

samup4web commented 6 years ago

Yes working on this, forgot to move it status.

lexious89 commented 6 years ago

Is this issue solved? @samup4web