fix: remove linting from .vm templates
parent
715de8e4e1
commit
32c01ec5dc
|
@ -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
|
||||
|
|
|
@ -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 👇
|
Loading…
Reference in New Issue