From 2a26c1506192468be6c4cd06465bee861d87db51 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Mon, 27 Jan 2025 01:20:19 +0100 Subject: elf: simple elf-parser for dynamic symbols --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 49c1de0..d3ff68b 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -54,7 +54,7 @@ CheckOptions: - { key: readability-identifier-naming.EnumConstantPrefix, value: k } - { key: readability-identifier-naming.ConstantCase, value: CamelCase } - { key: readability-identifier-naming.ConstantPrefix, value: k } - - { key: readability-identifier-naming.ConstantIgnoredRegexp, value: is_.*_v } + - { key: readability-identifier-naming.ConstantIgnoredRegexp, value: is_.*_v|m_.* } - { key: readability-identifier-naming.FunctionCase, value: lower_case } - { key: readability-identifier-naming.ParameterCase, value: lower_case } -- cgit v1.2.3