diff options
author | spreis <[email protected]> | 2025-06-20 09:44:23 +0300 |
---|---|---|
committer | spreis <[email protected]> | 2025-06-20 10:18:32 +0300 |
commit | cf8ab623ac5e9ad73e42a3ad8d764716e0642f9c (patch) | |
tree | c60cf03dc6c7e89d398872ad431f47d3f62e527b | |
parent | 8326a6a27716a434a078af28de045e9b2f2dbbda (diff) |
Make bloat tool visible
commit_hash:087957bc5eac952149806abf84a02717383d9852
-rw-r--r-- | build/ya.conf.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 3326953b6dc..d9d53f13f32 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -2446,8 +2446,7 @@ "description": "Python styler, Python 3 only" }, "bloat": { - "description": "Run bloat tool", - "visible": false + "description": "Run bloat tool" }, "buf": { "description": "Protobuf lint and breaking change detector" |