diff options
author | Horacio Sanson <hsanson@gmail.com> | 2021-08-08 22:06:58 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-08 22:06:58 +0900 |
commit | a793db7399e786b8c882b10e6a8540718d5cdbf1 (patch) | |
tree | 1109c513a94df4891e0f26e8d4fc6c128dc8d76d /Dockerfile | |
parent | cc34310a99ece2a1bb8d626f77436e53d43fa18b (diff) | |
download | ale-a793db7399e786b8c882b10e6a8540718d5cdbf1.zip |
Fix 3865 - Disable scriptencoding vint error. (#3866)
- Add .vintrc.yaml configuration that disables the scriptencoding check
(ProhibitMissingScriptEncoding) that is raised randomly.
- Upgrade vint to 0.3.21. Project seems to have stopped here and 0.4.0
was never released.
- Ensure the run-test scripts use the correct docker image (e.g. add tag)
.
Co-authored-by: Horacio Sanson <horacio@allm.inc>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ ENV PACKAGES="\ RUN apk --update add $PACKAGES && \ rm -rf /var/cache/apk/* /tmp/* /var/tmp/* -RUN pip install vim-vint==0.3.15 +RUN pip install vim-vint==0.3.21 RUN git clone https://github.com/junegunn/vader.vim vader && \ cd vader && git checkout c6243dd81c98350df4dec608fa972df98fa2a3af |