mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-17 16:44:09 -06:00
drivers added drivers folder to analyzers
This commit is contained in:
@@ -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:
|
||||
|
||||
4
.github/workflows/analyzers.yml
vendored
4
.github/workflows/analyzers.yml
vendored
@@ -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$'
|
||||
|
||||
Reference in New Issue
Block a user