From fdf1e5dc03fa963a55ea2bf806d6e1c01ff5f569 Mon Sep 17 00:00:00 2001 From: benmelz Date: Mon, 31 Aug 2026 13:38:18 -0400 Subject: [PATCH] instruct oxfmt not to fail if no files matched --- config/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.yml b/config/default.yml index 97571c45..8eda0b68 100644 --- a/config/default.yml +++ b/config/default.yml @@ -575,7 +575,7 @@ PreCommit: enabled: false description: 'Analyze with oxfmt' required_executable: 'oxfmt' - flags: ['--check'] + flags: ['--check', '--no-error-on-unmatched-pattern'] install_command: 'npm install -g oxfmt' include: - '**/*.js'