From 72bf3612692f4834499f1c5d84eb0b121a25d27a Mon Sep 17 00:00:00 2001 From: SpaceMonkey Date: Sun, 15 Jun 2025 01:02:16 +0200 Subject: [PATCH] Delete .forgejo/scripts/m3u-linter.config.json --- .forgejo/scripts/m3u-linter.config.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .forgejo/scripts/m3u-linter.config.json diff --git a/.forgejo/scripts/m3u-linter.config.json b/.forgejo/scripts/m3u-linter.config.json deleted file mode 100644 index 1d2524a..0000000 --- a/.forgejo/scripts/m3u-linter.config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "files": ["mystique.m3u"], - "rules": { - "no-empty-lines": true, - "require-header": true, - "attribute-quotes": true, - "require-info": true, - "require-title": true, - "no-trailing-spaces": true, - "no-whitespace-before-title": true, - "no-multi-spaces": true, - "no-extra-comma": true, - "space-before-paren": true, - "no-dash": true, - "require-link": true - } -} \ No newline at end of file