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