Skip to content

Commit

Permalink
Try to fix clang-tidy cognitive-complexity
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
  • Loading branch information
flo-dup committed Jul 25, 2024
1 parent 14e58c1 commit 34e5a90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ Checks: '-*,

WarningsAsErrors: '*'
HeaderFilterRegex: 'include/powsybl/.*|src/.*|extensions/.*|test/.*'

CheckOptions:
- key: readability-function-cognitive-complexity.IgnoreMacros
- value: 'true'

0 comments on commit 34e5a90

Please sign in to comment.