Skip to content

Commit

Permalink
lint-ignore processing for clang-tidy (xplat)
Browse files Browse the repository at this point in the history
Summary: Disable CLANGTIDY checks for several places at the code where HOWTOEVEN checks are disabled.

Reviewed By: suo

Differential Revision: D24198276

fbshipit-source-id: c52cd10941252fcacfea30589660c57eb7099011
  • Loading branch information
ivanmurashko authored and facebook-github-bot committed Oct 9, 2020
1 parent 4f9a125 commit 343a70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folly/test/TryTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ TEST(Try, tryEmplaceWithThrowingConstructor) {
struct NonInheritingException {};
struct ThrowingConstructor {
[[noreturn]] ThrowingConstructor() noexcept(false) {
// @lint-ignore HOWTOEVEN CLANGTIDY
// @lint-ignore HOWTOEVEN CLANGTIDY CLANGTIDY
throw NonInheritingException{};
}

Expand Down

0 comments on commit 343a70a

Please sign in to comment.