github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/_testdata/rules/importsSorted/sorted.proto (about)

     1  syntax = "proto3";
     2  
     3  import "myproject/other_protos.proto";
     4  import public "new.proto";
     5  import "other.proto";