mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Merge pull request #244 from skrobinson/fix-tidy-checks
Fix tidy checks
This commit is contained in:
commit
6992b3b0df
@ -18,4 +18,4 @@ CheckOptions:
|
|||||||
- { key: readability-identifier-naming.StructIgnoredRegexp, value: "parse_number" }
|
- { key: readability-identifier-naming.StructIgnoredRegexp, value: "parse_number" }
|
||||||
- { key: readability-identifier-naming.VariableCase, value: lower_case }
|
- { key: readability-identifier-naming.VariableCase, value: lower_case }
|
||||||
|
|
||||||
HeaderFilterRegex: '.*'
|
HeaderFilterRegex: 'argparse/.+\.hpp'
|
||||||
|
2
.github/workflows/tidy-analysis-stage-01.yml
vendored
2
.github/workflows/tidy-analysis-stage-01.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
run: mkdir clang-tidy-result
|
run: mkdir clang-tidy-result
|
||||||
|
|
||||||
- name: Analyze
|
- name: Analyze
|
||||||
run: git diff -U0 HEAD^ | clang-tidy-diff-12.py -p1 -path build -extra-arg=-Iinclude -extra-arg=-std=c++17 -export-fixes clang-tidy-result/fixes.yml
|
run: git diff -U0 HEAD^ | clang-tidy-diff-12.py -p1 -regex ".+hpp" -extra-arg=-Iinclude -extra-arg=-std=c++17 -export-fixes clang-tidy-result/fixes.yml
|
||||||
|
|
||||||
- name: Save PR metadata
|
- name: Save PR metadata
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user