Skip to content

Commit

Permalink
drivers added drivers folder to analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 7, 2024
1 parent f276163 commit 2b9e11b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$'

0 comments on commit 2b9e11b

Please sign in to comment.