Skip to content

Commit 077f318

Browse files
committed
workflows: continue if clag-tidy failed
Signed-off-by: Eduardo Gonzalez <eduardo.gonzalez@amarulasolutions.com>
1 parent 394d27e commit 077f318

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.clang-tidy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Checks:
1414
-readability-magic-numbers,
1515
-bugprone-easily-swappable-parameters
1616

17-
WarningsAsErrors: '*'
1817
HeaderFilterRegex: 'src'
1918
FormatStyle: file
2019

.github/workflows/conf-build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
4545
- name: Clang-tidy
4646
if: ${{ github.event_name == 'pull_request' }}
47+
continue-on-error: true
4748
run: |
4849
pip3 install pyyaml
4950
COMPILE_COMMANDS=$(find . -name compile_commands.json | head -n 1)

0 commit comments

Comments
 (0)