Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
MSpreckels committed Feb 8, 2024
1 parent 5a0a1e7 commit 48e8c6a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,14 +378,16 @@ timezone set with TZ
> Check out the [official webpage for the supported parameters.](https://tech.palworldgame.com/optimize-game-balance)
Converting server settings to environment variables follow the same principles (with some exceptions):

- all capital letters

Check failure on line 382 in README.md

View workflow job for this annotation

GitHub Actions / Lint - Markdown

Unordered list style

README.md:382:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md004.md
- split words by inserting an underscore

Check failure on line 383 in README.md

View workflow job for this annotation

GitHub Actions / Lint - Markdown

Unordered list style

README.md:383:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md004.md
- remove the single letter if the setting starts with one (like 'b')

Check failure on line 384 in README.md

View workflow job for this annotation

GitHub Actions / Lint - Markdown

Unordered list style

README.md:384:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md004.md

For example:
Difficulty -> DIFFICULTY
PalSpawnNumRate -> PAL_SPAWN_NUM_RATE
bIsPvP -> IS_PVP

- Difficulty -> DIFFICULTY

Check failure on line 388 in README.md

View workflow job for this annotation

GitHub Actions / Lint - Markdown

Unordered list style

README.md:388:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md004.md
- PalSpawnNumRate -> PAL_SPAWN_NUM_RATE

Check failure on line 389 in README.md

View workflow job for this annotation

GitHub Actions / Lint - Markdown

Unordered list style

README.md:389:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md004.md
- bIsPvP -> IS_PVP

Check failure on line 390 in README.md

View workflow job for this annotation

GitHub Actions / Lint - Markdown

Unordered list style

README.md:390:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md004.md

| Variable | Description | Default Value | Allowed Value |
|-------------------------------------------|----------------------------------------------------------------|----------------------------------------------------------------------------------------------|----------------------------------------|
Expand Down

0 comments on commit 48e8c6a

Please sign in to comment.