drivers added drivers folder to analyzers

This commit is contained in:
silverqx
2024-03-14 20:34:58 +01:00
parent f276163ce8
commit 2b9e11bb61
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ InheritParentConfig: false
WarningsAsErrors: '*'
HeaderFileExtensions: ['h','hpp']
ImplementationFileExtensions: ['cpp']
HeaderFilterRegex: '[\\\/]+(examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$'
HeaderFilterRegex: '[\\\/]+(drivers|examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$'
FormatStyle: none
UseColor: true
Checks:

View File

@@ -186,7 +186,7 @@ jobs:
./tools/run-clazy-standalone.py \
-checks="$checks" \
-extra-arg-before='-Qunused-arguments' \
-header-filter='[\\\/]+(examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$' \
-header-filter='[\\\/]+(drivers|examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$' \
-j ${{ env.TinyParallel }} \
-p='${{ runner.workspace }}/TinyORM-builds-cmake/build-analyzer-${{ matrix.qt.key }}-clang-debug' \
'[\\\/]+(?:examples|src|tests)[\\\/]+.+?[\\\/]+(?!mocs_)[\w\d_\-\+]+\.cpp$'
'[\\\/]+(?:drivers|examples|src|tests)[\\\/]+.+?[\\\/]+(?!mocs_)[\w\d_\-\+]+\.cpp$'