Skip to content

Commit

Permalink
Move LICENSE.md to LICENSE
Browse files Browse the repository at this point in the history
`LICENSE` is not Markdown, so `markdownlint` would complain.
  • Loading branch information
its-miroma committed Jun 20, 2024
1 parent f2acda9 commit 0aca11c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
.vitepress/sidebars/ @FabricMC/documentation
package-lock.json @FabricMC/developers
package.json @FabricMC/developers
LICENSE.md @FabricMC/developers
LICENSE @FabricMC/developers
2 changes: 0 additions & 2 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- main
paths:
- '**/*.md'
- '!LICENSE.md'
- '!README.md'
- '!translated/**'
- '!versions/*/translated/**'
Expand Down Expand Up @@ -38,7 +37,6 @@ jobs:
config: .markdownlint-cli2.yaml
globs: |
**/*.md
!LICENSE.md
!README.md
!**/node_modules
!**/.git
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineVersionedConfig(
transformItems,
},

srcExclude: ["README.md", "LICENSE.md"],
srcExclude: ["README.md"],

transformPageData,

Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"!**/.git",
"!versions/*/translated/**",
"!translated/**",
"!LICENSE.md",
"!README.md"
],
"markdownlint.customRules": [
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0aca11c

Please sign in to comment.