Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/golangci/go-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# GolangCI-Lint configuration for GO_APP repositories
# This file is automatically synced from the .github repository
# Do not edit directly - changes will be overwritten
#
# Source: https://github.com/platform-mesh/.github/blob/main/.github/golangci/go-app.yaml
version: "2"
formatters:
enable:
- gci
- gofmt
settings:
gci:
sections:
- standard
- default
- prefix(k8s.io)
- prefix(github.com/kcp-dev)
- blank
- dot
custom-order: true
exclusions:
generated: disable
paths:
- third_party$
- builtin$
- examples$
26 changes: 26 additions & 0 deletions .github/golangci/go-module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# GolangCI-Lint configuration for GO_MODULES repositories
# This file is automatically synced from the .github repository
# Do not edit directly - changes will be overwritten
#
# Source: https://github.com/platform-mesh/.github/blob/main/.github/golangci/go-module.yaml
version: "2"
formatters:
enable:
- gci
- gofmt
settings:
gci:
sections:
- standard
- default
- prefix(k8s.io)
- prefix(github.com/kcp-dev)
- blank
- dot
custom-order: true
exclusions:
generated: disable
paths:
- third_party$
- builtin$
- examples$
Loading
Loading