From 0aca11c41a4a19216cdfa9fdd79ce6ed96f46082 Mon Sep 17 00:00:00 2001 From: Miroma <136986257+its-miroma@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:56:42 +0200 Subject: [PATCH] Move `LICENSE.md` to `LICENSE` `LICENSE` is not Markdown, so `markdownlint` would complain. --- .github/CODEOWNERS | 2 +- .github/workflows/markdownlint.yml | 2 -- .vitepress/config.mts | 2 +- .vscode/settings.json | 1 - LICENSE.md => LICENSE | 0 crowdin.yml | 1 - 6 files changed, 2 insertions(+), 6 deletions(-) rename LICENSE.md => LICENSE (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ba57983a2..72770461a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,4 +5,4 @@ .vitepress/sidebars/ @FabricMC/documentation package-lock.json @FabricMC/developers package.json @FabricMC/developers -LICENSE.md @FabricMC/developers +LICENSE @FabricMC/developers diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 0382cbef0..78c2b8cc3 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -6,7 +6,6 @@ on: - main paths: - '**/*.md' - - '!LICENSE.md' - '!README.md' - '!translated/**' - '!versions/*/translated/**' @@ -38,7 +37,6 @@ jobs: config: .markdownlint-cli2.yaml globs: | **/*.md - !LICENSE.md !README.md !**/node_modules !**/.git diff --git a/.vitepress/config.mts b/.vitepress/config.mts index f644cdf80..975f98444 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -40,7 +40,7 @@ export default defineVersionedConfig( transformItems, }, - srcExclude: ["README.md", "LICENSE.md"], + srcExclude: ["README.md"], transformPageData, diff --git a/.vscode/settings.json b/.vscode/settings.json index 48c85fe6a..e324c984b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,7 +5,6 @@ "!**/.git", "!versions/*/translated/**", "!translated/**", - "!LICENSE.md", "!README.md" ], "markdownlint.customRules": [ diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/crowdin.yml b/crowdin.yml index 12483b537..5d628b8ce 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -3,7 +3,6 @@ files: ignore: - /versions/**/* - /translated/**/* - - LICENSE.md - README.md translation: /translated/%locale_with_underscore%/%original_path%/%original_file_name% excluded_target_languages: