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.
1 parent ccd08d9 commit 528dfe3Copy full SHA for 528dfe3
.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,7 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v5
11
+
12
+ - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
13
with:
- fetch-depth: 1
- - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
14
+ itk-branch: main
0 commit comments