diff --git a/.arclint b/.arclint index 992fb7a0..0f4ed631 100644 --- a/.arclint +++ b/.arclint @@ -31,7 +31,10 @@ "type": "text" }, "spelling": { - "type": "spelling" + "type": "spelling", + "exclude": [ + "(^src/lint/linter/spelling/ArcanistSpellingDefaultData\\.php$)" + ] }, "xhpast": { "type": "xhpast", diff --git a/src/lint/linter/spelling/ArcanistSpellingDefaultData.php b/src/lint/linter/spelling/ArcanistSpellingDefaultData.php index 5b30e1ef..ed3697d0 100644 --- a/src/lint/linter/spelling/ArcanistSpellingDefaultData.php +++ b/src/lint/linter/spelling/ArcanistSpellingDefaultData.php @@ -3,8 +3,6 @@ /** * Contains default spelling correction rules for ArcanistSpellingLinter. * Inside its own file to keep logic of ArcanistSpellingLinter clean. - * - * @nolint */ class ArcanistSpellingDefaultData { // From http://cpansearch.perl.org/src/APOCAL/Pod-Spell-CommonMistakes-1.000/lib/Pod/Spell/CommonMistakes/WordList.pm