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

     1  syntax = "proto3";
     2  
     3  import "other.proto";
     4  import public "new.proto";
     5  
     6  import "google/protobuf/empty.proto";
     7  import "google/protobuf/timestamp.proto";
     8  
     9  import "myproject/other_protos.proto";
    10  import "myproject/main_protos.proto";