From af406b3b50aea1174bccbdfb292ba2ca5f5e3686 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Sat, 24 May 2025 15:39:59 +0200 Subject: [PATCH] megalinter yaml: fix wrong auto-fix --- .mega-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mega-linter.yml b/.mega-linter.yml index 50e7e9c..a5186a4 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -15,8 +15,8 @@ APPLY_FIXES: all # ENABLE_LINTERS: # DISABLE: -# - COPYPASTE # Uncomment to disable checks of excessive copy-pastes -# - SPELL # Uncomment to disable checks of spelling mistakes +# - COPYPASTE # Uncomment to disable checks of excessive copy-pastes +# - SPELL # Uncomment to disable checks of spelling mistakes SHOW_ELAPSED_TIME: true