File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ Checks: "
2+ -*,
3+ bugprone-*,
4+ -bugprone-branch-clone,
5+ -bugprone-easily-swappable-parameters,
6+ -bugprone-exception-escape,
7+ -bugprone-implicit-widening-of-multiplication-result,
8+ -bugprone-infinite-loop,
9+ -bugprone-integer-division,
10+ -bugprone-macro-parentheses,
11+ -bugprone-narrowing-conversions,
12+ -bugprone-optional-value-conversion,
13+ -bugprone-parent-virtual-call,
14+ -bugprone-reserved-identifier,
15+ -bugprone-signed-char-misuse,
16+ -bugprone-unchecked-optional-access"
17+
18+ WarningsAsErrors: "*"
19+
20+ ExtraArgs:
21+ - -std=c++17
22+ - -Wno-c11-extensions
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184184 rosdistro : ${{ inputs.rosdistro }}
185185 cache-key-element : build-and-test-${{ inputs.cache-key-element }}${{ inputs.above && '-above' || '' }}
186186 target-packages : ${{ steps.get-self-packages.outputs.self-packages }}
187- clang-tidy-config-url : https://raw.githubusercontent.com/autowarefoundation/autoware/main /.clang-tidy-ci
187+ clang-tidy-config-url : https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }} /.clang-tidy-ci
188188 underlay-workspace : /opt/autoware
189189 artifact-name : clang-tidy-result-${{ inputs.rosdistro }}
190190
You can’t perform that action at this time.
0 commit comments