From 077a29ee3c4030647e51359aa9be3aa8b70c9aa2 Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Mon, 5 Apr 2021 15:11:05 -0400 Subject: [PATCH] CI fixes --- CppCoreGuidelines.md | 2 +- scripts/hunspell/isocpp.dic | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 96df3b0..5b68725 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -4080,7 +4080,7 @@ Use a guard-clause to take care of exceptional cases and return early. // Bad: Unnecessary nesting of conditions void foo() { ... - if(x) { + if (x) { if (y) { computeImportantThings(x); } diff --git a/scripts/hunspell/isocpp.dic b/scripts/hunspell/isocpp.dic index a032219..925aa62 100644 --- a/scripts/hunspell/isocpp.dic +++ b/scripts/hunspell/isocpp.dic @@ -105,6 +105,7 @@ Const constcast constexpr constness +constref copy2 coro CORBA @@ -511,6 +512,7 @@ sharedptrparam 'sharedptrparam' setjmp SignedIntegral +signedness simpleFunc 'size' sizeof @@ -596,6 +598,7 @@ u2 UDLs unaliased uncompromised +uncopyable underuse undetached unencapsulated