We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038df07 commit 22beb69Copy full SHA for 22beb69
.github/workflows/setup_environment.yml
@@ -209,7 +209,9 @@ jobs:
209
database: 'build'
210
verbosity: 'info'
211
files-changed-only: true
212
- ignore-tidy: '^(buildScripts|thirdparty|installer)$'
+ ignore-tidy: 'thirdparty|buildScripts|installer'
213
+ ignore: '!qrtest/thirdparty/googletest/googletest'
214
+ extra-args: '-isystem${{ github.workspace }}/qrtest/thirdparty/googletest/googletest/googlemock/include/ -isystem${{ github.workspace }}/qrtest/thirdparty/googletest/googletest/googletest/include/'
215
216
- name: Clang-tidy exit
217
if: ${{ inputs.lint_clazy && steps.linter.outputs.checks-failed > 0 }}
0 commit comments