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
diff --git a/.clang-tidy b/.clang-tidy
index b4e75ee..6412a66 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -286,7 +286,8 @@
 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: '.*'