Browse Source

Enable SA1019 rule for psp namespace

https://stackoverflow.com/a/74077488
evgenymarkov 1 year ago
parent
commit
0637366914

+ 0 - 1
yt/yt/core/ytree/tree_visitor.cpp

@@ -148,7 +148,6 @@ private:
         }
         }
         Consumer->OnEndMap();
         Consumer->OnEndMap();
     }
     }
-
 };
 };
 
 
 ////////////////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////////////////

+ 1 - 0
yt/yt_proto/yt/core/ytree/proto/ypath.proto

@@ -60,6 +60,7 @@ message TReqGet
 {
 {
     // TODO(max42): rename attributes -> attribute_filter
     // TODO(max42): rename attributes -> attribute_filter
     optional TAttributeFilter attributes = 1;
     optional TAttributeFilter attributes = 1;
+    // TODO(h0pless): rename limit -> max_size
     optional int64 limit = 2;
     optional int64 limit = 2;
     optional bool ignore_opaque = 3;
     optional bool ignore_opaque = 3;
     optional NYT.NYTree.NProto.TAttributeDictionary options = 4;
     optional NYT.NYTree.NProto.TAttributeDictionary options = 4;