```
chore: remove local git repo path from laporra project - Clear gitRepoUrl for laporra.club project in both EN/ES CV data - Update validation doc example to use generic path instead of specific project - Prevents exposing local filesystem paths in public CV data ```
This commit is contained in:
@@ -227,7 +227,7 @@ func (cv *CV) Validate() error {
|
||||
|
||||
**Why flexible?** The field is used for getting git commit dates, which works with both:
|
||||
- Remote URLs: `https://github.com/user/project`
|
||||
- Local paths: `/Users/txeo/laporra`
|
||||
- Local paths: `/Users/txeo/Git/yo/cv`
|
||||
|
||||
Being too strict would break legitimate use cases.
|
||||
|
||||
|
||||
+1
-1
@@ -592,7 +592,7 @@
|
||||
"projectDesc": "Football Prediction Platform",
|
||||
"url": "https://laporra.club",
|
||||
"projectLogo": "laporra.png",
|
||||
"gitRepoUrl": "/Users/txeo/laporra",
|
||||
"gitRepoUrl": "",
|
||||
"location": "Online",
|
||||
"current": true,
|
||||
"technologies": [
|
||||
|
||||
+1
-1
@@ -597,7 +597,7 @@
|
||||
"projectDesc": "Plataforma de Predicción de Fútbol",
|
||||
"url": "https://laporra.club",
|
||||
"projectLogo": "laporra.png",
|
||||
"gitRepoUrl": "/Users/txeo/laporra",
|
||||
"gitRepoUrl": "",
|
||||
"location": "Online",
|
||||
"current": true,
|
||||
"technologies": [
|
||||
|
||||
Reference in New Issue
Block a user