mileschou / traditional-chinese-lint
Traditional Chinese Lint for check words
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2.0
- laravel-zero/framework: ^11.0.0
- symfony/yaml: ^7.0
Requires (Dev)
- laravel/pint: ^1.15.2
- mockery/mockery: ^1.6.11
- pestphp/pest: ^2.34.7
This package is auto-updated.
Last update: 2024-10-23 07:38:09 UTC
README
Traditional Chinese Lint for check words
Use Actions
Workflow YAML example:
jobs: lint: runs-on: ubuntu-latest name: Lint steps: - name: Checkout code uses: actions/checkout@v4 - name: Lint uses: MilesChou/traditional-chinese-lint@master with: paths: .
Configuration
Use Config YAML:
typical_errors: - error: 軟件 correct: 軟體
References
In this project, we referred to the following resources:
- ProGit - 《Pro Git》第二版中文文件翻譯對照表與規範
- chinese-copywriting-guidelines - 中文文案排版指北
These are some of the main resources we referenced during the development process. We appreciate the contributions of these resources!