Commit graph

14 commits

Author SHA1 Message Date
Changzheng Liu
33f657b392 Make run-zoekt-servers name version independent 2024-01-23 14:18:57 -08:00
Dmitry Gruzd
08a2884e3c Fix Zoekt CI image. Bump to v1.5 2023-11-29 17:13:00 +00:00
Dmitry Gruzd
2b6889b17c Add new zoekt-ci-image 2023-07-06 19:42:40 +00:00
Dmitry Gruzd
1101f8b81d Add zoekt-ci-image v1.1 2023-06-01 13:48:46 +02:00
Dylan Griffith
48f74b0097 Fix zoekt-dynamic-indexserver zoekt-ci-image
This command was recently changed and the dynamic_server argument
was removed so it wasn't starting up.
2023-01-24 22:49:47 +00:00
Dylan Griffith
896be72570 Add zoekt-ci-image 2023-01-24 12:31:04 +11:00
Zeger-Jan van de Weg
9081c90d9d Merge branch 'disable-gosec-error-checking' into 'master'
Disble gosec from checking errors

See merge request gitlab-org/gitlab-build-images!264
2020-01-20 10:52:26 +00:00
Hayley Swimelar
60b7fe5f25 Disable funlen in tests
funlen is prone to false positives in tests, due to the need for
boilerplate such as table test structs and other setup code.
2020-01-09 16:50:30 -08:00
Hayley Swimelar
3818523092 Disble gosec from checking errors
Occasionally, the code quality report will include gosec "error not
checked" type linting errors instead of the ones from errcheck.
This produces unnecessary noise in the merge request UI.

errcheck seems to capture a wider range of issues, and, for this
family of issues, can be configured more granularly.
2020-01-09 15:36:28 -08:00
Hayley Swimelar
ec510fe656 .golangci.yml: disable varcheck and deadcode
varcheck and deadcode conflict with unused, creating
a different output file (reporting the same errors) on
different runs. With code-climate reporting, this can
result in an equal number of false positives and false negatives
when comparing successive runs, with no node changes.
2019-12-13 12:52:28 -08:00
Hayley Swimelar
fe8978aa4f .golangci.yml: run godox linter 2019-12-13 12:17:48 -08:00
Hayley Swimelar
223bebbf27 .golangci.yaml add defaults back in to godoc 2019-12-13 12:15:29 -08:00
Hayley Swimelar
1def55cc06 Prevent warning message from gocritic 2019-11-25 13:02:24 -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