mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update package folder lint paths (#204230)
## Summary I noticed that the precommit_hook was failing locally for me because these paths are outdated. cc @gsoldevila --------- Co-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co>
This commit is contained in:
parent
5b68294e1d
commit
058ff3446c
1 changed files with 13 additions and 1 deletions
|
@ -98,7 +98,19 @@ export const IGNORE_FILE_GLOBS = [
|
|||
*
|
||||
* @type {Array}
|
||||
*/
|
||||
export const KEBAB_CASE_DIRECTORY_GLOBS = ['packages/*', 'x-pack', 'x-pack/packages/*'];
|
||||
export const KEBAB_CASE_DIRECTORY_GLOBS = [
|
||||
'packages/*',
|
||||
'x-pack',
|
||||
'x-pack/packages/*',
|
||||
'src/core/packages/*/*',
|
||||
'src/platform/packages/private/*',
|
||||
'src/platform/packages/shared/*',
|
||||
'x-pack/platform/packages/private/*',
|
||||
'x-pack/platform/packages/shared/*',
|
||||
'x-pack/solutions/observability/packages/*',
|
||||
'x-pack/solutions/search/packages/*',
|
||||
'x-pack/solutions/security/packages/*',
|
||||
];
|
||||
|
||||
/**
|
||||
* These patterns are matched against directories and indicate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue