]> source.dussan.org Git - gitea.git/commit
Update misspell to 0.5.1 and add `misspellings.csv` (#30573)
authorsilverwind <me@silverwind.io>
Sat, 27 Apr 2024 08:03:49 +0000 (10:03 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Apr 2024 08:03:49 +0000 (08:03 +0000)
commit9b2536b78fdcd3cf444a2f54857d9871e153858f
tree64a2a18c397a44e4e3cf1fc392d696d919e39685
parentdcc3c17e5c41ad446b71215b095617e066a2e8e1
Update misspell to 0.5.1 and add `misspellings.csv` (#30573)

Misspell 0.5.0 supports passing a csv file to extend the list of
misspellings, so I added some common ones from the codebase. There is at
least one typo in a API response so we need to decided whether to revert
that and then likely remove the dict entry.
34 files changed:
Makefile
docs/content/administration/config-cheat-sheet.en-us.md
models/actions/run.go
models/actions/task.go
models/actions/tasks_version.go
models/fixtures/pull_request.yml
models/issues/pull.go
models/issues/tracked_time.go
models/migrations/v1_17/v216.go
modules/git/ref.go
modules/process/manager.go
modules/templates/helper_test.go
routers/api/actions/artifacts.go
routers/api/actions/runner/interceptor.go
routers/api/packages/README.md
routers/api/v1/shared/runners.go
routers/private/hook_pre_receive.go
routers/web/admin/orgs.go
routers/web/admin/users.go
routers/web/repo/compare.go
routers/web/repo/issue.go
services/convert/issue_comment.go
services/issue/assignee.go
services/issue/issue.go
services/issue/pull.go
services/org/org.go
services/pull/check.go
services/pull/comment.go
services/pull/pull.go
templates/swagger/v1_json.tmpl
tests/integration/api_issue_config_test.go
tests/integration/compare_test.go
tools/misspellings.csv [new file with mode: 0644]
web_src/js/bootstrap.js