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