Skip to content

Commit 2b9e11b

Browse files
committed
drivers added drivers folder to analyzers
1 parent f276163 commit 2b9e11b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.clang-tidy

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ InheritParentConfig: false
44
WarningsAsErrors: '*'
55
HeaderFileExtensions: ['h','hpp']
66
ImplementationFileExtensions: ['cpp']
7-
HeaderFilterRegex: '[\\\/]+(examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$'
7+
HeaderFilterRegex: '[\\\/]+(drivers|examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$'
88
FormatStyle: none
99
UseColor: true
1010
Checks:

.github/workflows/analyzers.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
./tools/run-clazy-standalone.py \
187187
-checks="$checks" \
188188
-extra-arg-before='-Qunused-arguments' \
189-
-header-filter='[\\\/]+(examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$' \
189+
-header-filter='[\\\/]+(drivers|examples|orm|tests|tom)[\\\/]+.+\.(h|hpp)$' \
190190
-j ${{ env.TinyParallel }} \
191191
-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$'

0 commit comments

Comments
 (0)