File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ InheritParentConfig: false
4
4
WarningsAsErrors : ' *'
5
5
HeaderFileExtensions : ['h','hpp']
6
6
ImplementationFileExtensions : ['cpp']
7
- HeaderFilterRegex : ' [\\\/]+(examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$'
7
+ HeaderFilterRegex : ' [\\\/]+(drivers| examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$'
8
8
FormatStyle : none
9
9
UseColor : true
10
10
Checks :
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186
186
./tools/run-clazy-standalone.py \
187
187
-checks="$checks" \
188
188
-extra-arg-before='-Qunused-arguments' \
189
- -header-filter='[\\\/]+(examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$' \
189
+ -header-filter='[\\\/]+(drivers| examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$' \
190
190
-j ${{ env.TinyParallel }} \
191
191
-p='${{ runner.workspace }}/TinyORM-builds-cmake/build-analyzer-${{ matrix.qt.key }}-clang-debug' \
192
- '[\\\/]+(?:examples|src|tests)[\\\/]+.+?[\\\/]+(?!mocs_)[\w\d_\-\+]+\.cpp$'
192
+ '[\\\/]+(?:drivers| examples|src|tests)[\\\/]+.+?[\\\/]+(?!mocs_)[\w\d_\-\+]+\.cpp$'
You can’t perform that action at this time.
0 commit comments