Merge pull request #244 from skrobinson/fix-tidy-checks

Fix tidy checks
This commit is contained in:
Pranav 2022-11-29 14:37:09 -06:00 committed by GitHub
commit 6992b3b0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@ CheckOptions:
- { key: readability-identifier-naming.StructIgnoredRegexp, value: "parse_number" }
- { key: readability-identifier-naming.VariableCase, value: lower_case }
HeaderFilterRegex: '.*'
HeaderFilterRegex: 'argparse/.+\.hpp'

View File

@ -28,7 +28,7 @@ jobs:
run: mkdir clang-tidy-result
- 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
run: |