From 9fa801a030bfb8ab1914e33e1becab98df014282 Mon Sep 17 00:00:00 2001 From: Oliver Gupte Date: Mon, 27 Apr 2020 22:10:28 -0700 Subject: [PATCH] Adds APM to ignored list for casing check. --- src/dev/precommit_hook/casing_check_config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dev/precommit_hook/casing_check_config.js b/src/dev/precommit_hook/casing_check_config.js index cabc7c1c89eb0d..b8433834160351 100644 --- a/src/dev/precommit_hook/casing_check_config.js +++ b/src/dev/precommit_hook/casing_check_config.js @@ -57,6 +57,11 @@ export const IGNORE_FILE_GLOBS = [ // filename required by api-extractor 'api-documenter.json', + + // TODO fix file names in APM to remove these + 'x-pack/plugins/apm/public/**/*', + 'x-pack/plugins/apm/scripts/**/*', + 'x-pack/plugins/apm/e2e/**/*', ]; /**