From a341065ccb3bc585be0c36fcce02a5357f17ae4a Mon Sep 17 00:00:00 2001 From: Tiago Cussiol Date: Fri, 10 Apr 2026 18:38:05 -0300 Subject: [PATCH] fix(config): update OpenAPI globs to support nested paths --- qlty-config/default.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlty-config/default.toml b/qlty-config/default.toml index bc27923e1..9060461b0 100644 --- a/qlty-config/default.toml +++ b/qlty-config/default.toml @@ -310,7 +310,7 @@ globs = ["*.coffee"] globs = ["*.swift"] [file_types.openapi] -globs = ["openapi.yaml", "openapi.*.yaml"] +globs = ["**/openapi.yaml", "**/openapi.*.yaml"] [file_types.scala] globs = ["*.scala"]