Skip to content

Commit 5dcf69c

Browse files
authored
style(clang-tidy): disable misc-unused-parameters (sourcemeta#1749)
closes sourcemeta#1677 This doesn't understand the usage of parameter inside the function. The check is similar to the -Wunused-parameter compiler diagnostic. => This doesn't add much value but noise. Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent 4ef0609 commit 5dcf69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/common/targets/clang-tidy.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Checks: '-*,
1111
performance-*,-performance-enum-size,
1212
portability-*,
1313
objc-*,
14-
misc-*,-misc-no-recursion'
14+
misc-*,-misc-no-recursion,-misc-unused-parameters'
1515
WarningsAsErrors: '*'
1616
HeaderFilterRegex: ''
1717
FormatStyle: none

0 commit comments

Comments
 (0)