mirror of
https://github.com/photoprism/photoprism-docs.git
synced 2026-04-25 10:45:52 +03:00
[PR #191] Add codespell support (config, workflow to detect/not fix) and make it fix few typos #194
Labels
No labels
bug
docs 📚
done
enhancement
enhancement
help wanted
idea
low-priority
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism-docs#194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/photoprism/photoprism-docs/pull/191
Author: @yarikoptic
Created: 1/6/2025
Status: 🔄 Open
Base:
develop← Head:enh-codespell📝 Commits (5)
5335d29Add github action to codespell master on push and PRs35d6d11Add rudimentary codespell config5515b23[DATALAD RUNCMD] run codespell throughout fixing typos automagically (but ignoring overall fail due to ambigous ones)12b3524fixup markdown table after typo fix95e1108[DATALAD RUNCMD] Do interactive fixing of some ambigous typos📊 Changes
10 files changed (+49 additions, -17 deletions)
View changed files
➕
.codespellrc(+7 -0)➕
.github/workflows/codespell.yml(+25 -0)📝
docs/developer-guide/machine-learning/models.md(+2 -2)📝
docs/developer-guide/media/raw.md(+1 -1)📝
docs/developer-guide/ui/infinite-scrolling.md(+9 -9)📝
docs/getting-started/advanced/nginx-proxy-setup.md(+1 -1)📝
docs/getting-started/nas/synology.md(+1 -1)📝
docs/getting-started/proxies/haproxy.md(+1 -1)📝
docs/user-guide/sync/dropbox.md(+1 -1)📝
docs/user-guide/use-cases/apple.md(+1 -1)📄 Description
More about codespell: https://github.com/codespell-project/codespell .
I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.
CI workflow has 'permissions' set only to 'read' so also should be safe.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.