From 7bd5fb274c2c4acda155b30a77d759a88d2ae57b Mon Sep 17 00:00:00 2001 From: Lexidor Digital <31805625+lexidor@users.noreply.github.com> Date: Thu, 23 Apr 2020 19:08:28 +0200 Subject: [PATCH] disable failing linters (#3) --- hhast-lint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hhast-lint.json b/hhast-lint.json index 7761dad..c1fae99 100644 --- a/hhast-lint.json +++ b/hhast-lint.json @@ -3,7 +3,8 @@ "builtinLinters": "all", "disableAllAutoFixes": false, "disabledLinters": [ - "Facebook\\HHAST\\Linters\\AsyncFunctionAndMethodLinter" + "Facebook\\HHAST\\AsyncFunctionAndMethodLinter", + "Facebook\\HHAST\\ShoutCaseEnumMembersLinter" ], "overrides": [] }