sigs.k8s.io/controller-tools@v0.15.1-0.20240515195456-85686cb69316/.golangci.yml (about)

     1  run:
     2    modules-download-mode: readonly
     3    # Increase the default deadline from 1m as some module operations can take a
     4    # while if uncached!
     5    timeout: 10m
     6  
     7  issues:
     8    exclude-rules:
     9      # Dot imports for gomega and ginkgo are allowed
    10      # within test files.
    11    - path: _test\.go
    12      text: should not use dot imports