Skip to content

Commit

Permalink
fix: add warningsIgnorePattern to app schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Neundorfer committed Apr 7, 2021
1 parent 0f9db87 commit 4e76cf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Core/Schema/AppDefinitionSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ export default {
type: 'bool',
default: false
},
warningsIgnorePattern: {
type: ['array', 'string'],
default: () => []
},
minChunkSize: {
type: 'number',
default: 10000,
Expand Down

0 comments on commit 4e76cf7

Please sign in to comment.