Skip to content

Commit 1f513cd

Browse files
authored
Get rid of child .clang-tidy configs (#788)
1 parent 57e11e7 commit 1f513cd

7 files changed

Lines changed: 2 additions & 30 deletions

File tree

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ CheckOptions:
100100
# Functions with scores beyond 15 are typically flagged as potentially problematic (empirically)
101101
- key: readability-function-cognitive-complexity.Threshold
102102
value: 15 # default: 25
103+
- key: readability-function-cognitive-complexity.IgnoreMacros
104+
value: 1
103105
- key: readability-identifier-length.MinimumVariableNameLength
104106
value: 1
105107
- key: readability-identifier-length.MinimumParameterNameLength

modules/performance/tests/.clang-tidy

Lines changed: 0 additions & 5 deletions
This file was deleted.

modules/task/tests/.clang-tidy

Lines changed: 0 additions & 5 deletions
This file was deleted.

tasks/example/processes/t1/tests/.clang-tidy

Lines changed: 0 additions & 5 deletions
This file was deleted.

tasks/example/processes/t2/tests/.clang-tidy

Lines changed: 0 additions & 5 deletions
This file was deleted.

tasks/example/processes/t3/tests/.clang-tidy

Lines changed: 0 additions & 5 deletions
This file was deleted.

tasks/example/threads/tests/.clang-tidy

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)