github.com/openshift/source-to-image@v1.4.1-0.20240516041539-bf52fc02204e/goio.yaml (about)

     1  # How the Red Hat OpenShift organization (github.com/openshift) organizes their imports
     2  # See https://github.com/go-imports-organizer/goio/blob/main/README.md for more information
     3  excludes:
     4    - matchtype: name
     5      regexp: ^\.git$
     6    - matchtype: name
     7      regexp: ^vendor$
     8  groups:
     9    - description: standard
    10      matchorder: 3
    11      regexp:
    12        - ^[a-zA-Z0-9\/]+$
    13    - description: kubernetes
    14      matchorder: 1
    15      regexp:
    16        - ^k8s\.io
    17    - description: openshift
    18      matchorder: 2
    19      regexp:
    20        - ^github\.com\/openshift
    21    - description: other
    22      matchorder: 4
    23      regexp:
    24        - '[a-zA-Z0-9]+\.[a-zA-Z0-9]+/'
    25    - description: module
    26      matchorder: 0
    27      regexp:
    28        - "%{module}%"