mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
29 lines
690 B
YAML
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}%"
|