From 10b3fd684c3b416545d5ed4a78d3886952dac0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20David=20Guti=C3=A9rrez?= Date: Fri, 15 Nov 2024 16:47:25 +0100 Subject: [PATCH] fix: add VERSION file to ignore the file name validation --- src/dev/precommit_hook/casing_check_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev/precommit_hook/casing_check_config.js b/src/dev/precommit_hook/casing_check_config.js index 97788e7a566c..1a82931718f3 100644 --- a/src/dev/precommit_hook/casing_check_config.js +++ b/src/dev/precommit_hook/casing_check_config.js @@ -70,7 +70,7 @@ export const IGNORE_FILE_GLOBS = [ // packages for the ingest manager's api integration tests could be valid semver which has dashes // Wazuh: ignore file name validation - 'VERSION' + 'VERSION', ]; /**