mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[PR #203] [MERGED] style: format #865
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#865
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/certimate-go/certimate/pull/203
Author: @fudiwei
Created: 10/15/2024
Status: ✅ Merged
Merged: 10/16/2024
Merged by: @usual2970
Base:
main← Head:main📝 Commits (6)
b0923d5chore: config vscode eslint7ef8853style: formatcf3de10chore: config gofumpt26be47dstyle: formata4d1c9aMerge branch 'main' into main0bc042aMerge branch 'main' into main📊 Changes
187 files changed (+2422 additions, -3982 deletions)
View changed files
➕
.editorconfig(+10 -0)📝
.github/ISSUE_TEMPLATE/bug_report.md(+4 -3)📝
.github/ISSUE_TEMPLATE/feature_request.md(+2 -3)📝
.github/workflows/push_image.yml(+1 -1)📝
.gitignore(+10 -9)➕
.vscode/extensions.json(+6 -0)➕
.vscode/settings.json(+20 -0)➕
.vscode/settings.tailwind.json(+55 -0)📝
CONTRIBUTING.md(+10 -6)📝
CONTRIBUTING_EN.md(+9 -1)📝
Dockerfile_build(+1 -1)📝
Makefile(+1 -1)📝
README.md(+28 -26)📝
README_EN.md(+10 -10)📝
docker/docker-compose.yml(+7 -7)📝
internal/applicant/aliyun.go(+2 -2)📝
internal/applicant/applicant.go(+10 -11)📝
internal/applicant/cloudflare.go(+2 -1)📝
internal/applicant/godaddy.go(+2 -2)📝
internal/applicant/huaweicloud.go(+3 -3)...and 80 more files
📄 Description
此 PR 无功能性更新或破坏性变化,旨在约束项目的团队协作编码规范。
对于前端部分:
/.editorconfig。/ui/.prettierrc.cjs。/ui/目录下的全部代码文件。除上述因代码格式化引发的文件变更外,还额外:
Form写成了From之类的)。import顺序,将来自node_modules的依赖模块导入统一放至开头、本项目内的模块导入放至次位。import方式,将本项目跨多级目录的模块导入由import from '../x/y/z'统一调整为import from '@/x/y/z'的路径别名形式。对于后端部分:
go install安装 gofumpt,参见其仓库 README)。/internal/目录下的全部代码文件。🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.