add linter to ci, fix linter reported issues#378
Merged
AlexAndBear merged 5 commits intomainfrom Jul 14, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds linting to the CI pipeline and fixes numerous linter problems across documentation files. The changes focus on formatting consistency and standardizing markdown syntax.
Key Changes
- CI Integration: Added markdown linting to the CI build pipeline
- Syntax Standardization: Updated shell code blocks from
shelltobashfor consistency - Heading Structure: Converted various heading levels to proper markdown hierarchy (h2/h3 format)
- Text Formatting: Removed bold formatting from paragraph text where inappropriate
Reviewed Changes
Copilot reviewed 50 out of 50 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| .woodpecker/build.yaml | Adds markdown linting step to CI pipeline |
| .markdownlint.json | Updates linter configuration to allow necessary exceptions |
| static/env-vars/*.md | Updates shell code blocks to use bash syntax highlighting |
| Multiple documentation files | Standardizes heading levels and removes excessive bold formatting |
| docs/*/README.md | Updates shell commands to use bash syntax highlighting |
| id: migrate | ||
| title: 'Migrate' | ||
| description:: 'Guide to migrating data using rclone.' | ||
| description: 'Guide to migrating data using rclone.' |
There was a problem hiding this comment.
There is an extra colon after 'description' that should be removed. It should be 'description:' not 'description::'.
i18n/de/docusaurus-plugin-content-docs/current/user/desktop-client/installation.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ient/installation.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.