Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome: Rename golangci.toml into golangci.yml in docs and scripts #97021

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

zserge
Copy link
Contributor

@zserge zserge commented Nov 26, 2024

  1. Clean up golangic.toml -> golangci.yml rename in scripts and docs
  2. Use go list to filter Go modules we want to lint in the Makefile (much like we do on CI now)

@grafana-pr-automation grafana-pr-automation bot added type/docs Flags the technical writing team for documentation support; auto adds to org-wide docs project type/build-packaging labels Nov 26, 2024
@zserge zserge marked this pull request as ready for review November 26, 2024 10:22
@zserge zserge requested review from a team as code owners November 26, 2024 10:22
@github-actions github-actions bot added this to the 11.4.x milestone Nov 26, 2024
@zserge zserge added the no-changelog Skip including change in changelog/release notes label Nov 26, 2024
@grafana-pr-automation grafana-pr-automation bot added the type/ci Tasks related to Continuous Integration workflow label Nov 26, 2024
@@ -9,7 +9,7 @@ include .bingo/Variables.mk

GO = go
GO_VERSION = 1.23.1
GO_LINT_FILES ?= $(shell ./scripts/go-workspace/golangci-lint-includes.sh)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need this script then?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it used other places?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Skip including change in changelog/release notes type/build-packaging type/ci Tasks related to Continuous Integration workflow type/docs Flags the technical writing team for documentation support; auto adds to org-wide docs project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants