From a999e73e28f0875fc811c62725712d01818e3b59 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 14 Jul 2025 08:41:14 +0200 Subject: bin: Introduce the doctor.rb install/update script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This replaces the good ol' install.sh script, and it allows me to not only install on a new system, but also upgrade dependencies, repair broken links, etc. This is certainly not Nix, but at least it's not as bad as it used to be. Signed-off-by: Miquel Sabaté Solà --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index e70098a..b1e507d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,6 @@ +AllCops: + NewCops: enable + # Allow me to write me own name on the copyright notice :) Style/AsciiComments: AllowedChars: ['é', 'à'] -- cgit v1.2.3