summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-01-25 22:09:55 +0300
committerEd Tanous <edtanous@google.com>2022-02-15 07:26:02 +0300
commitdbb59d4dd8e4fc13b1cad11fd3a093f374a2a7ed (patch)
tree12056a7663a3f8e6033d1193a61f93fccba5f600 /.clang-tidy
parent71d5d8dbf54dace8a559e593a2bc6011b7261af5 (diff)
downloadbmcweb-dbb59d4dd8e4fc13b1cad11fd3a093f374a2a7ed.tar.xz
Enable readability-uppercase-literal-suffix
We only had a few violations of this; Fix them and enable the check. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I159e774fd0169a91a092218ec8dc896ba9edebf4
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index b4e75eea4e..6412a663f5 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -286,7 +286,8 @@ readability-redundant-smartptr-get,
readability-redundant-string-cstr,
readability-redundant-string-init,
readability-static-accessed-through-instance,
-readability-identifier-naming'
+readability-identifier-naming,
+readability-uppercase-literal-suffix'
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'