1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Bump shellcheck to version 0.8.0 in docker image

And fix the new SC2295 warning.
This commit is contained in:
Erik Flodin
2021-12-29 21:55:14 +01:00
parent 0ae8931e01
commit 1aa9839096
3 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ FROM ubuntu:18.04
MAINTAINER Tim Byrne <sultan@locehilios.com>
# Shellcheck and esh versions
ARG SC_VER=0.7.1
ARG SC_VER=0.8.0
ARG ESH_VER=0.3.0
# Install prerequisites and configure UTF-8 locale

View File

@@ -25,7 +25,7 @@ def pytest_addoption(parser):
@pytest.fixture(scope='session')
def shellcheck_version():
"""Version of shellcheck supported"""
return '0.7.1'
return '0.8.0'
@pytest.fixture(scope='session')