Skip to content

Commit

Permalink
Enable modernize-deprecated-ios-base-aliases in clang-tidy
Browse files Browse the repository at this point in the history
Summary:
changelog: [internal]

You can find more about this rule on https://clang.llvm.org/extra/clang-tidy/checks/modernize-deprecated-ios-base-aliases.html#:~:text=Detects%20usage%20of%20the%20deprecated,have%20a%20non%2Ddeprecated%20equivalent.

Reviewed By: ShikaSD

Differential Revision: D33237586

fbshipit-source-id: acc497fb3427f5ac2c7436af3d9627fbaed3d777
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Dec 20, 2021
1 parent b3fe2d4 commit 8c3b839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReactCommon/react/renderer/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ clang-diagnostic-*,
modernize-avoid-bind,
modernize-avoid-c-arrays,
modernize-deprecated-headers,
modernize-deprecated-ios-base-aliases,
'
...

0 comments on commit 8c3b839

Please sign in to comment.