fix(dfm): asdf plugin-install, docs translations

This commit is contained in:
2024-12-30 11:26:54 +02:00
parent 6186c5cba4
commit e22094e0da
2 changed files with 13 additions and 9 deletions

View File

@@ -24,3 +24,7 @@ disable=SC1091
# SC2174: When used with -p, -m only applies to the deepest directory.
# https://github.com/koalaman/shellcheck/wiki/SC2174
disable=SC2174
# SC2016: Expressions don't expand in single quotes, use double quotes for that.
# https://www.shellcheck.net/wiki/SC2016
disable=SC2016