clang-tidy: Remove redundant configuration

Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: I33d4c33690ead9af8ce1b116b142667ffc82c758
diff --git a/.clang-tidy b/.clang-tidy
index 87789a8..60f82b6 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,6 +1,5 @@
 Checks: '
 -*,
-readability-identifier-naming,
 clang-analyzer-apiModeling.StdCLibraryFunctions,
 clang-analyzer-apiModeling.TrustNonnull,
 clang-analyzer-apiModeling.google.GTest,
@@ -220,15 +219,6 @@
 misc-unconventional-assign-operator,
 misc-uniqueptr-reset-release,
 misc-unused-using-decls,
-performance-for-range-copy,
-performance-implicit-conversion-in-loop,
-performance-inefficient-algorithm,
-performance-inefficient-vector-operation,
-performance-move-constructor-init,
-performance-no-automatic-move,
-performance-trivially-destructible,
-performance-type-promotion-in-math-fn,
-performance-unnecessary-copy-initialization,
 performance-faster-string-find,
 performance-for-range-copy,
 performance-implicit-conversion-in-loop,