github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/test/testdata/lll_single_import.go (about)

     1  //golangcitest:args -Elll
     2  //golangcitest:config_path testdata/configs/lll_import.yml
     3  //golangcitest:expected_exitcode 0
     4  package testdata
     5  
     6  import veryLongImportAliasNameForTest "github.com/vanstinator/golangci-lint/internal/golinters"
     7  
     8  func LllSingleImport() {
     9  	_ = veryLongImportAliasNameForTest.NewLLL(nil)
    10  }