Commit graph

4 commits

Author SHA1 Message Date
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