Skip to content

Commit

Permalink
[tidy] tighten rules
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed May 21, 2022
1 parent 9358a3d commit dc0f688
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Checks: '*,
-fuchsia-overloaded-operator,
-misc-non-private-member-variables-in-classes,
-llvmlibc-*,
-modernize-use-trailing-return-type,
-altera-struct-pack-align,
-fuchsia-trailing-return'
-fuchsia-overloaded-operator,
-fuchsia-trailing-return,
-llvmlibc-implementation-in-namespace,
-llvmlibc-restrict-system-libc-headers,
-portability-simd-intrinsics'

CheckOptions:
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: 1
2 changes: 1 addition & 1 deletion .github/workflows/verify_code_static_analysis_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: sudo apt update
- name: Install
run: |
sudo apt install clang-tidy-12
sudo apt install clang-tidy-13
( cd /tmp ; mkdir eigen ;
git clone --depth 1 https://gitlab.com/libeigen/eigen.git ;
( cd eigen ;
Expand Down

0 comments on commit dc0f688

Please sign in to comment.