Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[MXNET-860] Add nullptr rule to .clang-tidy rules
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland committed Sep 5, 2018
1 parent 1576c7d commit a7ca93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Checks: >

# In order to trigger an error, you must have a rule defined both in checks and in this section.
WarningsAsErrors: >
cppcoreguidelines-no-malloc
cppcoreguidelines-no-malloc, modernize-use-nullptr
# Todo: define a better regex match that includes most project headers, but excludes third party
# code.
Expand Down

0 comments on commit a7ca93a

Please sign in to comment.