Udayan Joshi
7ddbbbd79a
Update Dockerfile.golangci-lint-alpine
2022-11-28 23:50:42 +00:00
vntw
1b34d43a2a
Update golangci-lint image for improved Go 1.18 support
2022-06-30 10:22:56 +02:00
James Costian
49d59bc326
Initial go1.18 support by upgrading golangci-lint
2022-03-31 14:44:57 +00:00
Igor
800e436b6e
Bump golangci to v1.41.1
2021-06-28 12:20:04 +00:00
Ben Kochie
b40a85d08c
Update golangci-lint
...
* Bump to latest golangci-lint version.
* Add bash to image to allow `set -o pipefail` to be used.
Related to https://gitlab.com/gitlab-org/labkit/-/merge_requests/112
Signed-off-by: Ben Kochie <superq@gmail.com>
2021-02-22 12:45:38 +01:00
Hayley Swimelar
87351b2529
Bump golangci-lint from v1.25.1 to v1.28.1
2020-07-09 16:16:04 -07:00
ddavison
5b8a329c78
Update to version golang-lint version 1.25.1
2020-04-27 12:03:54 -07:00
Hayley Swimelar
47b2b8d529
Include jq in golangci-lint-alpine
...
The codequality report format is in json, adding the jq utility
will enable users to query, manipulate, and analyze the results
of the report. Example:
https://gitlab.com/gitlab-org/gitlab/merge_requests/20404#note_262017873
Related to:
https://gitlab.com/gitlab-org/gitlab/merge_requests/20404
2019-12-18 10:18:54 -08:00
Hayley Swimelar
6d66271624
Move static files to assets directory
...
This commit creates a new directory for static files, and moves
static files to assets directory that were previously in the
scripts directory.
2019-11-21 09:51:13 -08:00
Hayley Swimelar
7ea0dd0be2
WIP: Add an image for golangci linting
...
In order to lint only the changes within a merge request, golangci
requires git to be installed. This image alleviates the need to
reinstall git on every CI job.
This image also includes a default `.golangci.yml` file in the hopes
of reducing duplicate work on the topic of golang conventions
at GitLab.
depends on: https://gitlab.com/gitlab-org/gitlab/merge_requests/20404
2019-11-20 15:47:48 -08:00