mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-14 06:26:34 +00:00
Avoid reporting balenarc parsing errors
Change-type: patch Connects-to: #1100 Signed-off-by: Scott Lowe <scott@balena.io>
This commit is contained in:
parent
20e0810d2a
commit
1b0c14feab
@ -156,6 +156,7 @@ const EXPECTED_ERROR_REGEXES = [
|
||||
/must also be provided when using/, // oclif parser (depends-on)
|
||||
/^Expected an integer/, // oclif parser (flags.integer)
|
||||
/^Flag .* expects a value/, // oclif parser
|
||||
/^Error parsing config file.*balenarc\.yml/,
|
||||
];
|
||||
|
||||
// Support unit testing of handleError
|
||||
|
Loading…
x
Reference in New Issue
Block a user