From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.1558.1662452979384479259 for ; Tue, 06 Sep 2022 01:29:39 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4D5591756; Tue, 6 Sep 2022 01:29:45 -0700 (PDT) Received: from cam-smtp0.cambridge.arm.com (pierre123.nice.arm.com [10.34.100.114]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 450F73F73D; Tue, 6 Sep 2022 01:29:38 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Sean Brogan , Bret Barkelew Subject: [PATCH v2 01/17] .pytool: Remove duplicated words Date: Tue, 6 Sep 2022 10:28:56 +0200 Message-Id: <20220906082912.81795-2-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220906082912.81795-1-Pierre.Gondois@arm.com> References: <20220906082912.81795-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois In an effort to clean the documentation of the above package, remove duplicated words. Cc: Sean Brogan Cc: Bret Barkelew Signed-off-by: Pierre Gondois --- .pytool/Plugin/UncrustifyCheck/Readme.md | 2 +- .pytool/Plugin/UncrustifyCheck/uncrustify.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pytool/Plugin/UncrustifyCheck/Readme.md b/.pytool/Plugin/Un= crustifyCheck/Readme.md index efe7a573e4fa..51f99565f72a 100644 --- a/.pytool/Plugin/UncrustifyCheck/Readme.md +++ b/.pytool/Plugin/UncrustifyCheck/Readme.md @@ -94,7 +94,7 @@ to be ignored. If `True`, output diffs of formatting changes into the test case log. Th= is is helpful to exactly understand what changes need to be made to the source code in order to fix a coding standard com= pliance issue. =20 -Note that calculating the file diffs on a very large set of of results (= e.g. >100 files) can significantly slow down +Note that calculating the file diffs on a very large set of results (e.g= . >100 files) can significantly slow down plugin execution. =20 ### `SkipGitExclusions` diff --git a/.pytool/Plugin/UncrustifyCheck/uncrustify.cfg b/.pytool/Plug= in/UncrustifyCheck/uncrustify.cfg index 8506c3333715..2b8f2e539e5f 100644 --- a/.pytool/Plugin/UncrustifyCheck/uncrustify.cfg +++ b/.pytool/Plugin/UncrustifyCheck/uncrustify.cfg @@ -119,7 +119,7 @@ sp_square_fparen =3D remove # Add o= r remove space between ']' an # 5.2.2.7 Put a space before an open brace if it is not on its own line sp_do_brace_open =3D force # Add or remove space betw= een 'do' and '{'. sp_paren_brace =3D force # Add or remove space betw= een ')' and '{'. -sp_sparen_brace =3D force # Add or remove space betw= een ')' and '{' of of control statements. +sp_sparen_brace =3D force # Add or remove space betw= een ')' and '{' of control statements. =20 # 5.2.2.8 Do not put spaces around structure member and pointer operator= s sp_after_byref =3D remove # Add or remove space afte= r reference sign '&', if followed by a word. --=20 2.25.1