From 22c17ed120b2c1a23fb64d9269d2a09bc0cd06cd Mon Sep 17 00:00:00 2001 From: Ali Ariff Date: Fri, 3 Oct 2025 15:14:33 +0200 Subject: [PATCH] Add Bullet --- data/tools/bullet.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/tools/bullet.yml diff --git a/data/tools/bullet.yml b/data/tools/bullet.yml new file mode 100644 index 000000000..c4a76574e --- /dev/null +++ b/data/tools/bullet.yml @@ -0,0 +1,13 @@ +name: Bullet +categories: + - linter +tags: + - ruby + - rails +license: MIT License +types: + - cli +source: "https://github.com/flyerhzm/bullet" +homepage: "https://github.com/flyerhzm/bullet" +description: >- + Help to kill N+1 queries and unused eager loading.