Skip to content

Commit

Permalink
Temporarily allow non-snake case package names
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Nov 26, 2024
1 parent aebd13e commit 4bb93d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/dev/run_check_file_casing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ run(async ({ log }) => {
// so it's still super slow. This prevents loading the files
// and still relies on gitignore to final ignores
'**/node_modules',
// temporarily allow non-snake case for module names
// during relocation packages and plugins
// in the context of Sustainable Kibana Architecture
'src/platform/**',
'x-pack/platform/**',
'x-pack/observability/**',
'x-pack/security/**',
'x-pack/search/**',
],
});

Expand Down

0 comments on commit 4bb93d5

Please sign in to comment.