From 065822dcb09887a87335ea60e6f8a7d1e9e5a702 Mon Sep 17 00:00:00 2001 From: nickpdemarco Date: Fri, 23 Feb 2024 15:57:53 -0500 Subject: [PATCH] Remove commented code from .clang-tidy --- .clang-tidy | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index 077fe14..5978ff9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -17,9 +17,3 @@ Checks: "*, WarningsAsErrors: '' HeaderFilterRegex: '' FormatStyle: none - -# CheckOptions: - # - key: readability-identifier-length.IgnoredVariableNames - # value: 'x|y|z' - # - key: readability-identifier-length.IgnoredParameterNames - # value: 'x|y|z'