We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394d27e commit 077f318Copy full SHA for 077f318
.clang-tidy
@@ -14,7 +14,6 @@ Checks:
14
-readability-magic-numbers,
15
-bugprone-easily-swappable-parameters
16
17
-WarningsAsErrors: '*'
18
HeaderFilterRegex: 'src'
19
FormatStyle: file
20
.github/workflows/conf-build-test.yml
@@ -44,6 +44,7 @@ jobs:
44
45
- name: Clang-tidy
46
if: ${{ github.event_name == 'pull_request' }}
47
+ continue-on-error: true
48
run: |
49
pip3 install pyyaml
50
COMPILE_COMMANDS=$(find . -name compile_commands.json | head -n 1)
0 commit comments