diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-07-14 08:41:14 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-07-14 08:41:14 +0200 |
| commit | a999e73e28f0875fc811c62725712d01818e3b59 (patch) | |
| tree | ef5546e714b29d126ad1f06f158b8c8886ed2822 /.rubocop.yml | |
| parent | 0ee7a0b129facc85063a042d685613cd4f0a1d2e (diff) | |
| download | dotfiles-a999e73e28f0875fc811c62725712d01818e3b59.tar.gz dotfiles-a999e73e28f0875fc811c62725712d01818e3b59.zip | |
bin: Introduce the doctor.rb install/update script
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à <mikisabate@gmail.com>
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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: ['é', 'à'] |
