From 08d63fbf8c630f5ccf761bb9be36be143a123cb2 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 7 Nov 2023 10:43:01 +0000 Subject: [PATCH] chore(rtx): add lefthook plugin [`lefthook`][0] is a githook manager for any project. [0]: https://github.com/evilmartians/lefthook --- Dockerfile | 1 + config/rtx/config.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 87e3525..afb82d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -172,6 +172,7 @@ RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \ erlang \ helm \ kubectl \ + lefthook \ poetry \ terraform diff --git a/config/rtx/config.toml b/config/rtx/config.toml index 79f9f66..02a7b26 100644 --- a/config/rtx/config.toml +++ b/config/rtx/config.toml @@ -5,6 +5,7 @@ erlang = "26.1.2" go = "1.21.3" helm = "3.13.1" kubectl = "1.27.7" +lefthook = "1.5.2" node = "21.1.0" poetry = "1.6.1" python = "3.12.0" -- 2.47.2