AubreySLavigne
AubreySLavigne
This appears to be a relatively simple fix. I can take the issue myself when I am off work hours. (Though I may need guidance with writing tests, but I...
I have a version working locally. I've added an option `g:ale_dockerfile_hadolint_options`, and `l:opts` now checks whether that variable is "empty". This works fine if another option is provided, but still...
This issue was resolved by setting a default value using `ale#Set`, instead of manually handling the default vault
Thanks for the heads up. I'll take a look at that.
If you are using alpine (docker), you will need the following: apk add gcc python3-dev musl-dev
A use-case where I find myself wanting custom functions: when defining multiple resources with `count` or `for_each`, locals don't work well to transform derived properties. Inline logic works acceptably, but...