Skip to content

Commit 1987ad1

Browse files
committed
Translate Section 5.5
1 parent 2341759 commit 1987ad1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme-zh-TW.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,19 +1734,19 @@ name: test-for-ci
17341734
17351735
<br/><br/>
17361736
1737-
## ⚪ ️5.5 Stay away from legal issues using license and plagiarism check
1737+
## ⚪ ️5.5 使用 License 和抄襲檢查來避免法務上的問題
17381738
1739-
:white_check_mark: **Do:** Licensing and plagiarism issues are probably not your main concern right now, but why not tick this box as well in 10 minutes? A bunch of npm packages like [license check](https://www.npmjs.com/package/license-checker) and [plagiarism check](https://www.npmjs.com/package/plagiarism-checker) (commercial with free plan) can be easily baked into your CI pipeline and inspect for sorrows like dependencies with restrictive licenses or code that was copy-pasted from Stack Overflow and apparently violates some copyrights
1739+
:white_check_mark: **建議:** License 和抄襲的問題或許不是你現在關注的點,但為什麼不在 10 分鐘內把這件工作設定好呢?許多 npm 的套件,像是 [license check](https://www.npmjs.com/package/license-checker) [plagiarism check](https://www.npmjs.com/package/plagiarism-checker) (商業軟體,但有免費使用版本) 可以很容易的整合進你的 CI pipeline 中,並檢查那些像是使用限制性 license 或從 Stack Overflow 複製貼上明顯侵犯版權的程式。
17401740
1741-
❌ **Otherwise:** Unintentionally, developers might use packages with inappropriate licenses or copy paste commercial code and run into legal issues
1741+
❌ **否則:** 在不經意的情況下,開發人員可能會使用具有不適當 License 的套件,或將商業程式複製貼上,從而遇到法律上的問題。
17421742
17431743
<br/>
17441744
1745-
<details><summary>✏ <b>Code Examples</b></summary>
1745+
<details><summary>✏ <b>程式範例</b></summary>
17461746
17471747
<br/>
17481748
1749-
### :clap: Doing It Right Example:
1749+
### :clap: 正例:
17501750
17511751
```javascript
17521752
//install license-checker in your CI environment or also locally

0 commit comments

Comments
 (0)