Will Meek activity https://gitlab.com/willmeek 2026-03-18T16:37:36Z tag:gitlab.com,2026-03-13:5202123925 Will Meek commented on merge request !2 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T16:09:54Z willmeek Will Meek

Updated README with a note about this, thanks!

tag:gitlab.com,2026-03-13:5202122727 Will Meek pushed to project branch go_linting at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T16:09:36Z willmeek Will Meek

Will Meek (97e99ce8) at 13 Mar 16:09

Update README to explain mise vs go install

tag:gitlab.com,2026-03-13:5202114147 Will Meek commented on merge request !2 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T16:07:20Z willmeek Will Meek

Done thanks

tag:gitlab.com,2026-03-13:5202113445 Will Meek commented on merge request !2 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T16:07:10Z willmeek Will Meek

Thanks for the feedback!

I'd used the investigation notes from https://gitlab.com/gitlab-org/quality/quality-engineering/team-tasks/-/work_items/4270#note_3116297428 which GitLab suggested to use goimports for consistency.

On the wider question, I'd had a discussion with Nadya and for the meantime we want to focus on a distinct project (this modular-feature-testing). However I do take the point that we can end up with 2 competing golangci.yaml files if a project consumes go-service-template. We have a call next week and one of the points will be how we can relate both projects.

tag:gitlab.com,2026-03-13:5202089628 Will Meek commented on merge request !2 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T16:01:23Z willmeek Will Meek

Set pipefail, good call

tag:gitlab.com,2026-03-13:5202088130 Will Meek commented on merge request !2 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T16:01:06Z willmeek Will Meek

Thanks!

tag:gitlab.com,2026-03-13:5202081467 Will Meek commented on merge request !2 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T15:59:34Z willmeek Will Meek

I was looking at examples where it was set, but it seems a default value? Removed.

tag:gitlab.com,2026-03-13:5201516700 Will Meek commented on merge request !3 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T13:51:14Z willmeek Will Meek

Fantastic work Tiffany, thank you!

Couple of minor things but you could probably take it out of draft get it ready for merging.

tag:gitlab.com,2026-03-13:5201513297 Will Meek commented on merge request !3 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T13:50:26Z willmeek Will Meek

nitpick: Looks like a merge artifact

tag:gitlab.com,2026-03-13:5201512524 Will Meek commented on merge request !3 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T13:50:16Z willmeek Will Meek

Should we have a section for mise?

tag:gitlab.com,2026-03-13:5201502476 Will Meek commented on merge request !3 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T13:47:55Z willmeek Will Meek

I'm fairly new to go and getting used to the tools around it, but I think this was deprecated from 1.17 (If we're initially targeting 1.22 - we might want that as a variable or dependeabot updatable value in a next iteration) - https://go.dev/doc/go-get-install-deprecation

From what I can gather the alternate command might be

- go install github.com/boumenot/gocover-cobertura@latest
tag:gitlab.com,2026-03-13:5200959595 Will Meek pushed to project branch go_linting at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-13T11:36:53Z willmeek Will Meek

Will Meek (72125e8c) at 13 Mar 11:36

Address review feedback

tag:gitlab.com,2026-03-12:5198861210 Will Meek commented on merge request !2 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-12T21:24:05Z willmeek Will Meek

@treagitlab Tiffany, this MR is for linting, if you'd like to have a look, feedback welcome! Thanks

tag:gitlab.com,2026-03-12:5197868622 Will Meek commented on epic #361 at GitLab.org / Developer Experience 2026-03-12T16:25:57Z willmeek Will Meek

Same here, token rotation investigation and reviews (I kept getting bitten by pipeline issues / merge train failures)

tag:gitlab.com,2026-03-12:5197637869 Will Meek commented on merge request !2 at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-12T15:32:25Z willmeek Will Meek

@chloeliu @jay_mccure Chloe, Jay

Feedback is welcome on the proposal for Go linting in this MR. Thanks!

tag:gitlab.com,2026-03-12:5197541274 Will Meek commented on issue #592015 at GitLab.org / GitLab 2026-03-12T15:13:27Z willmeek Will Meek

Seeing similar in review job https://gitlab.com/gitlab-org/quality/quality-engineering/modular-feature-testing/-/jobs/13470438624

        - Response body: {"error":"insufficient_scope","error_description":"The request requires higher privileges than provided by the access token.","scope":"read_user ai_features api read_api"}
tag:gitlab.com,2026-03-12:5197236369 Will Meek pushed to project branch go_linting at GitLab.org / Developer Experience / Quality Engineering / modular-feature-testing 2026-03-12T14:11:14Z willmeek Will Meek

Will Meek (c4b06c29) at 12 Mar 14:11

Trailing newlines and use tee for CI commands