1
0
Fork 0

drm_hwcomposer: CI: Tune the readability-identifier-naming settings

Copy rules from [1], which is based on Google cpp code-style guide [2]

[1]: https://gist.github.com/airglow923/1fa3bda42f2b193920d7f46ee8345e04
[2]: https://google.github.io/styleguide/cppguide.html

Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
This commit is contained in:
Roman Stratiienko 2021-03-04 15:22:09 +02:00
parent d26619b5d0
commit 5532b92a8f
3 changed files with 48 additions and 23 deletions

View file

@ -14,6 +14,7 @@
// NOLINTNEXTLINE(readability-identifier-naming)
constexpr int PROPERTY_VALUE_MAX = 92;
// NOLINTNEXTLINE(readability-identifier-naming)
auto inline property_get(const char *name, char *value,
const char *default_value) -> int {
char *prop = std::getenv(name);