You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme-fr.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1744,19 +1744,18 @@ Le large écosystème de Kubernetes doit encore formaliser un outils standard po
1744
1744
1745
1745
<br/><br/>
1746
1746
1747
-
## ⚪ ️5.5 Stay away from legal issues using license and plagiarism check
1747
+
## ⚪ ️5.5 Reste loin des problèmes légaux en utilisants des vérification de license et de plagiat
1748
1748
1749
-
: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
1750
-
1751
-
❌ **Otherwise:** Unintentionally, developers might use packages with inappropriate licenses or copy paste commercial code and run into legal issues
1749
+
:white_check_mark:**À faire:** Les problèmes de licences et de plagiat ne sont probablement pas au centre de votre attention pour l'instant, mais pourquoi ne pas cocher également cette case en 10 minutes ? Plusieurs packages npm comme [license check](https://www.npmjs.com/package/license-checker) et [plagiarism check](https://www.npmjs.com/package/plagiarism-checker) (commerciaux avec un essai gratuit) peuvent être facilement intégré dans ta pipeline CI et inspecter les problèmes tels que les dépendances avec des licences restrictives ou du code qui a été copié-collé à partir de Stack Overflow et qui violerai certains droits d'auteur
1752
1750
1751
+
❌ **Autrement:** Involontairement, les développeurs peuvent utiliser un packages avec une license inaproprié, ou copier/coller du code commercial et tomber sur des problèmes légaux
0 commit comments