Skip to content

Commit

Permalink
fix: disable bugprone-unchecked-optional-access in .clang-tidy (#1173)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This may fix #1172 by disabling a problematic test. Without this change,
I can reproduce the timeouts. With this change, I am not seeing the
timeouts anymore.

### What kind of change does this PR introduce?
- [x] Bug fix (issue #1172)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.

### Does this PR change default behavior?
No.
  • Loading branch information
wdconinc committed Dec 5, 2023
1 parent fd48c87 commit c9afa0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Expand Up @@ -6,6 +6,7 @@ Checks: '
modernize-*,
portability-*,
readability-*,
-bugprone-unchecked-optional-access,
-modernize-use-trailing-return-type,
-modernize-avoid-c-arrays,
-modernize-use-nodiscard,
Expand Down

0 comments on commit c9afa0d

Please sign in to comment.