Merge pull request #312 from dpaulat/feature/clang-tidy-updates

clang-tidy Workflow Fixes
This commit is contained in:
Dan Paulat 2024-11-30 23:00:27 -06:00 committed by GitHub
commit 7b938f9458
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 27 additions and 7 deletions

View file

@ -0,0 +1,20 @@
name: Post clang-tidy Review Comments
on:
workflow_run:
workflows: ["clang-tidy-review"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Post Comments
uses: ZedThree/clang-tidy-review/post@v0.20.1
with:
lgtm_comment_body: ''
annotations: false
max_comments: 25
num_comments_as_exitcode: false

View file

@ -126,7 +126,7 @@ jobs:
--cmake-command='' \ --cmake-command='' \
--max-comments=25 \ --max-comments=25 \
--lgtm-comment-body='' \ --lgtm-comment-body='' \
--split_workflow=false \ --split_workflow=true \
--annotations=false \ --annotations=false \
--parallel=0 --parallel=0
rsync -avzh --ignore-missing-args clang-tidy-review-output.json ../ rsync -avzh --ignore-missing-args clang-tidy-review-output.json ../

View file

@ -5,4 +5,4 @@ compiler=clang
compiler.cppstd=20 compiler.cppstd=20
compiler.libcxx=libstdc++11 compiler.libcxx=libstdc++11
compiler.version=17 compiler.version=17
os=Linux os=Linux

View file

@ -5,4 +5,4 @@ compiler=gcc
compiler.cppstd=20 compiler.cppstd=20
compiler.libcxx=libstdc++11 compiler.libcxx=libstdc++11
compiler.version=11 compiler.version=11
os=Linux os=Linux

View file

@ -5,4 +5,4 @@ compiler=gcc
compiler.cppstd=20 compiler.cppstd=20
compiler.libcxx=libstdc++11 compiler.libcxx=libstdc++11
compiler.version=12 compiler.version=12
os=Linux os=Linux

View file

@ -5,4 +5,4 @@ compiler=gcc
compiler.cppstd=20 compiler.cppstd=20
compiler.libcxx=libstdc++11 compiler.libcxx=libstdc++11
compiler.version=13 compiler.version=13
os=Linux os=Linux

View file

@ -5,4 +5,4 @@ compiler=gcc
compiler.cppstd=20 compiler.cppstd=20
compiler.libcxx=libstdc++11 compiler.libcxx=libstdc++11
compiler.version=14 compiler.version=14
os=Linux os=Linux

View file

@ -5,4 +5,4 @@ compiler=msvc
compiler.cppstd=20 compiler.cppstd=20
compiler.runtime=dynamic compiler.runtime=dynamic
compiler.version=194 compiler.version=194
os=Windows os=Windows