Commit 89df941
STYLE: Disable clang-tidy checks that conflict with ITK coding standards
- Disable llvmlibc-* (LLVM stdlib internals, never applicable to ITK)
- Disable modernize-use-trailing-return-type (ITK uses leading return types)
- Disable readability-redundant-member-init (ITK prefers explicit base-class init)
- Expand readability-identifier-length.IgnoredParameterNames to cover
single-letter index/coordinate params (i,j,k,n,x,y,z,r,g,b,a,v)
commonly used in ITK math-heavy code
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fdd8f7f commit 89df941
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
| 436 | + | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| |||
0 commit comments