From 65286e60284f0fa05e8d1916426f180ab6a60b60 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 10 May 2024 07:52:36 +0200 Subject: ci: git-validation can go suck an egg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- CONTRIBUTING.org | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'CONTRIBUTING.org') diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org index ab276e6..34d5f96 100644 --- a/CONTRIBUTING.org +++ b/CONTRIBUTING.org @@ -31,25 +31,6 @@ style. You can run these checkers by performing: $ make lint #+END_SRC -*** Git validation - -In order to ensure that the git log is as maintainable as possible, the -[[https://github.com/vbatts/git-validation][git-validation]] tool is used. You can install this tool by running: - -#+BEGIN_SRC bash -$ go get -u github.com/vbatts/git-validation -#+END_SRC - -If you already have this tool installed, then simply perform: - -#+BEGIN_SRC bash -$ make git-validation -#+END_SRC - -Note that if you don't have this tool installed the task will do nothing (it -will just print a help message). This is done so when running the default make -task this doesn't interrupt it. - *** Load test In order to test that this theme can be actually loaded, run: -- cgit v1.2.3