We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13fcd46 + 3903fe1 commit afecbfdCopy full SHA for afecbfd
.clang-format
@@ -297,6 +297,7 @@ StatementMacros:
297
- ITK_CLANG_PRAGMA_PUSH
298
- ITK_CLANG_PRAGMA_POP
299
- ITK_CLANG_SUPPRESS_Wzero_as_null_pointer_constant
300
+ - ITK_CLANG_SUPPRESS_Wduplicate_enum
301
- CLANG_PRAGMA_PUSH
302
- CLANG_PRAGMA_POP
303
- CLANG_SUPPRESS_Wfloat_equal
.github/workflows/clang-format-linter.yml
@@ -7,9 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v4
11
- with:
12
- fetch-depth: 1
13
- - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
+ - uses: actions/checkout@v5
+
+ - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
14
with:
15
- itk-branch: master
+ itk-branch: main
0 commit comments