aboutsummaryrefslogtreecommitdiff
path: root/utils/properties.h
diff options
context:
space:
mode:
authorRoman Stratiienko <r.stratiienko@gmail.com>2021-03-04 15:22:09 +0200
committerRoman Stratiienko <r.stratiienko@gmail.com>2021-08-29 16:08:13 +0300
commit5532b92a8f007f634b5dadd11af5906badbb5a41 (patch)
treefd028d880bc311e476c76326b44c8edfa50a804e /utils/properties.h
parentd26619b5d0d28889c153e3d129c32f76b0aa1e2d (diff)
downloaddrm_hwcomposer-5532b92a8f007f634b5dadd11af5906badbb5a41.tar.gz
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>
Diffstat (limited to 'utils/properties.h')
-rw-r--r--utils/properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/properties.h b/utils/properties.h
index 38a2762..8d883eb 100644
--- a/utils/properties.h
+++ b/utils/properties.h
@@ -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);