mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
fix linting update rules
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -28,7 +28,7 @@ A clear and concise description of what you expected to happen.
|
|||||||
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
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]
|
- OS: [e.g. Windows 10, Ubuntu, Debian]
|
||||||
- Browser [e.g. chrome, safari]
|
- Browser [e.g. chrome, safari]
|
||||||
|
|||||||
1
.github/workflows/linting.yml
vendored
1
.github/workflows/linting.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
config: '.markdownlint.jsonc'
|
config: '.markdownlint.jsonc'
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
ignore: '.github/pull_request_template.md'
|
||||||
test-build:
|
test-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -67,11 +67,11 @@
|
|||||||
// MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
|
// MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
|
||||||
"MD013": {
|
"MD013": {
|
||||||
// Number of characters
|
// Number of characters
|
||||||
"line_length": 80,
|
"line_length": 120,
|
||||||
// Number of characters for headings
|
// Number of characters for headings
|
||||||
"heading_line_length": 80,
|
"heading_line_length": 120,
|
||||||
// Number of characters for code blocks
|
// Number of characters for code blocks
|
||||||
"code_block_line_length": 80,
|
"code_block_line_length": 120,
|
||||||
// Include code blocks
|
// Include code blocks
|
||||||
"code_blocks": false,
|
"code_blocks": false,
|
||||||
// Include tables
|
// Include tables
|
||||||
@@ -213,12 +213,7 @@
|
|||||||
"MD042": true,
|
"MD042": true,
|
||||||
|
|
||||||
// MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md043.md
|
// MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md043.md
|
||||||
"MD043": {
|
"MD043": false,
|
||||||
// List of headings
|
|
||||||
"headings": [],
|
|
||||||
// Match case of headings
|
|
||||||
"match_case": false
|
|
||||||
},
|
|
||||||
|
|
||||||
// MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md044.md
|
// MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md044.md
|
||||||
"MD044": {
|
"MD044": {
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
> [!TIP]
|
> [!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.
|
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`.
|
Please keep in mind that the ENV variables will always overwrite the changes made to `PalWorldSettings.ini`.
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> If the `<mount_folder>/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 `<mount_folder>/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
|
## Reporting Issues/Feature Requests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user