You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Getting the following error, even when the file is empty:
config/recipes/templates/sidekiq/worker.yml.erb:
invalid trim mode " -"
erb [switches] [inputfile]
-x print ruby script
-n print ruby script with line number
-v enable verbose mode
-d set $DEBUG to true
-r library load a library
-S safe_level set $SAFE (0..4)
-E ex[:in] set default external/internal encodings
-U set default encoding to UTF-8.
-T trim_mode specify trim_mode (0..2, -)
-P ignore lines which start with "%"
The text was updated successfully, but these errors were encountered:
Additionally the setting the git config --bool hooks.skip-erb-files true gives me:
.git/hooks/pre-commit:50:in `block in <main>': unexpected return (LocalJumpError)
from .git/hooks/pre-commit:46:in `each'
from .git/hooks/pre-commit:46:in `<main>'
(1)
Getting the following error, even when the file is empty:
The text was updated successfully, but these errors were encountered: