maint(clang-tidy): Enable cpp-coreguideline slicing checks (#3210)

* maint(clang-tidy): add a clang-tidy slicing check

* Add self + touch up readme

* Fix typo
This commit is contained in:
Aaron Gokaslan
2021-08-23 18:42:19 -04:00
committed by GitHub
parent fdac5fbf7c
commit 6cbabc4b8c
3 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ FormatStyle: file
Checks: '
*bugprone*,
cppcoreguidelines-init-variables,
cppcoreguidelines-slicing,
clang-analyzer-optin.cplusplus.VirtualCall,
llvm-namespace-comment,
misc-misplaced-const,