Skip to content

Commit 4deaf44

Browse files
authored
Update metadata for some code quality references
1 parent fc2a1cd commit 4deaf44

File tree

7 files changed

+2
-8
lines changed

7 files changed

+2
-8
lines changed

docs/code-quality/c26409.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about CppCoreCheck rule C26409: avoid explicit new and delete."
32
title: Warning C26409
3+
description: "Learn more about CppCoreCheck rule C26409: avoid explicit new and delete."
44
ms.date: 12/14/2020
55
f1_keywords: ["C26409", "NO_NEW_DELETE"]
66
helpviewer_keywords: ["C26409"]
7-
ms.assetid: a3b3a229-d566-4be3-bd28-2876ccc8dc37
87
---
98
# Warning C26409
109

docs/code-quality/c26414.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Reference for Visual Studio C++ Core Guidelines code analysis warn
44
ms.date: 01/29/2020
55
f1_keywords: ["C26414", "RESET_LOCAL_SMART_PTR"]
66
helpviewer_keywords: ["C26414"]
7-
ms.assetid: dd875d0c-6752-4491-a533-3e8831795fbc
87
---
98
# Warning C26414
109

docs/code-quality/c26432.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Microsoft C++ Code Analysis warning C26432 for the C++ Core Guidel
44
ms.date: 11/15/2017
55
f1_keywords: ["C26432", "DEFINE_OR_DELETE_SPECIAL_OPS"]
66
helpviewer_keywords: ["C26432"]
7-
ms.assetid: f587b05a-5c69-4176-baa6-fcb79d228b24
87
---
98
# Warning C26432
109

docs/code-quality/c26437.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Learn more about: Warning C26437 DONT_SLICE"
44
ms.date: 05/17/2023
55
f1_keywords: ["C26437", "DONT_SLICE"]
66
helpviewer_keywords: ["C26437"]
7-
ms.assetid: ed2f55bc-a6d8-4cc4-8069-5c96e581a96a
87
---
98
# Warning C26437
109

docs/code-quality/c26439.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: CppCoreCheck rule C26439 that enforces C++ Core Guidelines F.6
44
ms.date: 05/17/2023
55
f1_keywords: ["C26439", "SPECIAL_NOEXCEPT"]
66
helpviewer_keywords: ["C26439"]
7-
ms.assetid: 9df2a1b0-ea94-4884-9d28-c1522ec33a1b
87
---
98
# Warning C26439
109

docs/code-quality/c26455.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Learn more about the C26455 DEFAULT_CTOR_NOEXCEPT"
44
ms.date: 04/29/2022
55
f1_keywords: ["C26455", "DEFAULT_CTOR_NOEXCEPT"]
66
helpviewer_keywords: ["C26455"]
7-
ms.assetid: 27e86063-d969-49d8-8912-dcc2dc57249f
87
author: kylereedmsft
98
ms.author: kylereed
109
ms.custom: kr2b-contr-experiment

docs/code-quality/c26478.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: Warning C26478: Don't use std::move on constant variables. (es.56)"
32
title: Warning C26478
3+
description: "Learn more about: Warning C26478: Don't use std::move on constant variables. (es.56)"
44
ms.date: 10/12/2023
55
f1_keywords: ["C26478", "NO_MOVE_OP_ON_CONST"]
66
helpviewer_keywords: ["C26478"]

0 commit comments

Comments
 (0)