1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 03:45:02 +01:00
Files
source-to-image/goio.yaml
Corey Daley 48f25bd76c adding goio
2023-03-16 00:59:17 -04:00

29 lines
690 B
YAML

# How the Red Hat OpenShift organization (github.com/openshift) organizes their imports
# See https://github.com/go-imports-organizer/goio/blob/main/README.md for more information
excludes:
- matchtype: name
regexp: ^\.git$
- matchtype: name
regexp: ^vendor$
groups:
- description: standard
matchorder: 3
regexp:
- ^[a-zA-Z0-9\/]+$
- description: kubernetes
matchorder: 1
regexp:
- ^k8s\.io
- description: openshift
matchorder: 2
regexp:
- ^github\.com\/openshift
- description: other
matchorder: 4
regexp:
- '[a-zA-Z0-9]+\.[a-zA-Z0-9]+/'
- description: module
matchorder: 0
regexp:
- "%{module}%"