Skip to content

.golangci.yml: enable the modernize linter for data plane files (#51840) #38509

.golangci.yml: enable the modernize linter for data plane files (#51840)

.golangci.yml: enable the modernize linter for data plane files (#51840) #38509

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
- 7.1*
- 8.*
- 9.*
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: elastic/oblt-actions/pre-commit@v1