From 0319b27e0b52e624cb8a3e9ab2ced0cfa52bdcde Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 1 Jun 2025 20:34:18 +0200 Subject: [PATCH] chore(pre-commit): update project reference for linter setup Updates the project reference in the pre-commit configuration from sentrysetup to otelsetup for improved traceability. This change ensures that the linter correctly targets the new setup. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 144db89..859e449 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: gitlab-ci-linter args: - --project - - unboundsoftware/shiny/sentrysetup + - unboundsoftware/shiny/otelsetup - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v9.22.0 hooks: -- 2.52.0