From 22b242a016bd7ffce23576f62c270235cdf537f1 Mon Sep 17 00:00:00 2001 From: Bunyanuch Saengnet Date: Sun, 2 Aug 2020 09:08:55 +0000 Subject: [PATCH] exclude linting submodules --- integration-test | 2 +- package.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/integration-test b/integration-test index 273bbee5..d32a0bbd 160000 --- a/integration-test +++ b/integration-test @@ -1 +1 @@ -Subproject commit 273bbee5ca55bf7f8bdd9a9c5240d61e5ac97c0b +Subproject commit d32a0bbd5a14ed1732a3360aa079001f31ed4c1b diff --git a/package.json b/package.json index 0ba6aa7a..93f7e61e 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,11 @@ "sinon": "^8.0.1", "xo": "^0.25.3" }, + "xo": { + "ignores": [ + "integration-test" + ] + }, "ava": { "files": [ "!test/fixtures"