Skip to content

Commit

Permalink
Adds APM to ignored list for casing check.
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Apr 28, 2020
1 parent 9e72500 commit 9fa801a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/dev/precommit_hook/casing_check_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*',
];

/**
Expand Down

0 comments on commit 9fa801a

Please sign in to comment.