From cee99096d91c3e56a14541ae0c03678d775d96cb Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Wed, 24 Jan 2024 11:39:24 +0100 Subject: [PATCH] fix linting update rules --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/workflows/linting.yml | 1 + .markdownlint.jsonc | 13 ++++--------- README.md | 8 +++++--- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 53be4f480..8a79c2ecc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,7 +28,7 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. -## Desktop (please complete the following information): +## Desktop (please complete the following information) - OS: [e.g. Windows 10, Ubuntu, Debian] - Browser [e.g. chrome, safari] diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 5efe8f34f..6277f8f26 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -30,6 +30,7 @@ jobs: with: config: '.markdownlint.jsonc' globs: '**/*.md' + ignore: '.github/pull_request_template.md' test-build: runs-on: ubuntu-latest steps: diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc index ef50db210..783b2a7a1 100644 --- a/.markdownlint.jsonc +++ b/.markdownlint.jsonc @@ -67,11 +67,11 @@ // MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md "MD013": { // Number of characters - "line_length": 80, + "line_length": 120, // Number of characters for headings - "heading_line_length": 80, + "heading_line_length": 120, // Number of characters for code blocks - "code_block_line_length": 80, + "code_block_line_length": 120, // Include code blocks "code_blocks": false, // Include tables @@ -213,12 +213,7 @@ "MD042": true, // MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md043.md - "MD043": { - // List of headings - "headings": [], - // Match case of headings - "match_case": false - }, + "MD043": false, // MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md044.md "MD044": { diff --git a/README.md b/README.md index 235a58173..a4a73675f 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ [View on Docker Hub](https://hub.docker.com/r/thijsvanloef/palworld-server-docker) > [!TIP] -> Unsure how to get started? Check out the [this guide I wrote!](https://tice.tips/containerization/palworld-server-docker/) +> Unsure how to get started? Check out the [this guide I wrote!](https://tice.tips/containerization/palworld-server-docker/) -This is a Docker container to help you get started with hosting your own [Palworld](https://store.steampowered.com/app/1623730/Palworld/) dedicated server. +This is a Docker container to help you get started with hosting your own +[Palworld](https://store.steampowered.com/app/1623730/Palworld/) dedicated server. This Docker container has been tested and will work on both Linux (Ubuntu/Debian) and Windows 10. @@ -160,7 +161,8 @@ Any changes made there will be applied to the Server on next boot. Please keep in mind that the ENV variables will always overwrite the changes made to `PalWorldSettings.ini`. > [!TIP] -> If the `/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` is empty, delete the file and restart the server, a new file with content will be created. +> If the `/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` is empty, +> delete the file and restart the server, a new file with content will be created. ## Reporting Issues/Feature Requests