Skip to content

Commit

Permalink
Enable clang-tidy check for use after move (#15105)
Browse files Browse the repository at this point in the history
### Ticket
#15073 

### Problem description
Clang tidy check for use after move was disabled

### What's changed
Enable the check.

### Checklist
- [x] [Post commit
CI](https://github.com/tenstorrent/tt-metal/actions/runs/11860351908)
  • Loading branch information
ayerofieiev-tt authored Nov 15, 2024
1 parent 022d315 commit 282e7e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Checks: >
-bugprone-unchecked-optional-access,
-bugprone-unhandled-self-assignment,
-bugprone-unused-raii,
-bugprone-use-after-move,
-cert-env33-c,
-cert-err09-cpp,
-cert-err33-c,
Expand Down

0 comments on commit 282e7e2

Please sign in to comment.