mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
chore(ci): Linting Improved (#2000)
This commit is contained in:
parent
a0f4a37512
commit
abdf681d02
7 changed files with 60 additions and 56 deletions
6
Makefile
6
Makefile
|
@ -4,9 +4,9 @@ NAME ?= mailserver-testing:ci
|
|||
VCS_REF = $(shell git rev-parse --short HEAD)
|
||||
VCS_VER = $(shell git describe --tags --contains --always)
|
||||
|
||||
HADOLINT_VERSION = 1.19.0
|
||||
SHELLCHECK_VERSION = 0.7.1
|
||||
ECLINT_VERSION = 2.3.1
|
||||
HADOLINT_VERSION = 2.4.1
|
||||
SHELLCHECK_VERSION = 0.7.2
|
||||
ECLINT_VERSION = 2.3.5
|
||||
|
||||
export CDIR = $(shell pwd)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue