From 32c01ec5dc35c526a972d5d4a5096a3618037951 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Mon, 27 Mar 2023 15:46:26 +0200 Subject: [PATCH] fix: remove linting from .vm templates --- .pre-commit-config.yaml | 1 + src/main/resources/template/command/start.vm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50f5f59..6c9c340 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer + exclude: "^.*\\.vm$" - id: check-yaml - id: check-added-large-files - id: check-toml diff --git a/src/main/resources/template/command/start.vm b/src/main/resources/template/command/start.vm index 7c4fa6e..4e6a73d 100644 --- a/src/main/resources/template/command/start.vm +++ b/src/main/resources/template/command/start.vm @@ -1,4 +1,4 @@ ## https://velocity.apache.org/tools/2.0/apidocs/org/apache/velocity/tools/generic/ResourceTool.html **$i18n.start.hello $firstName! 👋** -$i18n.start.thisIs _${programName}_, $i18n.start.description 👇 +$i18n.start.thisIs _${programName}_, $i18n.start.description 👇 \ No newline at end of file