Arpapiemonte/openoise-meter

Errors in publiccode.yml file

Opened this issue · 0 comments

Ci sono errori nel file publiccode.yml:

Message
⚠️ publiccode.yml:5 publiccodeYmlVersion: v0.2 is not the latest version, use '0.4.0'. Parsing this file as v0.4.0.
publiccode.yml:8 landingURL: 'http://www.arpa.piemonte.it/approfondimenti/temi-ambientali/rumore/rumore/openoise_2/openoise' not reachable: HTTP GET failed for http://www.arpa.piemonte.it/approfondimenti/temi-ambientali/rumore/rumore/openoise_2/openoise: not found
⚠️ publiccode.yml:35 legal.authorsFile: This key is DEPRECATED and will be removed in the future
⚠️ publiccode.yml:53 description.it.genericName: This key is DEPRECATED and will be removed in the future
publiccode.yml:70 description.it.documentation: 'http://www.arpa.piemonte.it/approfondimenti/temi-ambientali/rumore/rumore/openoise_2/openoise#primo-avvio-di-openoise' not reachable: HTTP GET failed for http://www.arpa.piemonte.it/approfondimenti/temi-ambientali/rumore/rumore/openoise_2/openoise#primo-avvio-di-openoise: not found
publiccode.yml:53 description.it.screenshots[0]: 'screenshots/1.png' is not an image: no such file : https://raw.githubusercontent.com/Arpapiemonte/openoise-meter/master/screenshots/1.png
publiccode.yml:53 description.it.screenshots[1]: 'screenshots/2.png' is not an image: no such file : https://raw.githubusercontent.com/Arpapiemonte/openoise-meter/master/screenshots/2.png
publiccode.yml:53 description.it.screenshots[2]: 'screenshots/3.png' is not an image: no such file : https://raw.githubusercontent.com/Arpapiemonte/openoise-meter/master/screenshots/3.png
publiccode.yml:53 description.it.screenshots[3]: 'screenshots/4.png' is not an image: no such file : https://raw.githubusercontent.com/Arpapiemonte/openoise-meter/master/screenshots/4.png
publiccode.yml:53 description.it.screenshots[4]: 'screenshots/5.png' is not an image: no such file : https://raw.githubusercontent.com/Arpapiemonte/openoise-meter/master/screenshots/5.png
⚠️ publiccode.yml:85 description.en.genericName: This key is DEPRECATED and will be removed in the future
publiccode.yml:101 description.en.documentation: 'http://www.arpa.piemonte.it/approfondimenti/temi-ambientali/rumore/rumore/openoise_2/openoise#primo-avvio-di-openoise' not reachable: HTTP GET failed for http://www.arpa.piemonte.it/approfondimenti/temi-ambientali/rumore/rumore/openoise_2/openoise#primo-avvio-di-openoise: not found
publiccode.yml:85 description.en.screenshots[0]: 'screenshots/1.png' is not an image: no such file : https://raw.githubusercontent.com/Arpapiemonte/openoise-meter/master/screenshots/1.png
publiccode.yml:85 description.en.screenshots[1]: 'screenshots/2.png' is not an image: no such file : https://raw.githubusercontent.com/Arpapiemonte/openoise-meter/master/screenshots/2.png
publiccode.yml:85 description.en.screenshots[2]: 'screenshots/3.png' is not an image: no such file : https://raw.githubusercontent.com/Arpapiemonte/openoise-meter/master/screenshots/3.png
publiccode.yml:85 description.en.screenshots[3]: 'screenshots/4.png' is not an image: no such file : https://raw.githubusercontent.com/Arpapiemonte/openoise-meter/master/screenshots/4.png
publiccode.yml:85 description.en.screenshots[4]: 'screenshots/5.png' is not an image: no such file : https://raw.githubusercontent.com/Arpapiemonte/openoise-meter/master/screenshots/5.png

Vuoi rendere automatico questo controllo?

Aggiungi publiccode-parser-action al tuo repository GitHub, per verificare automaticamente il tuo publiccode.yml a ogni commit o pull request:
    
# Aggiungi questo a .github/workflows/publiccode-validation.yml
#
on: [pull_request]

jobs:
  publiccode_validation:
    runs-on: ubuntu-latest
    name: publiccode validation
    steps:
    - uses: actions/checkout@v3
    - uses: italia/publiccode-parser-action@v1
      with:
        publiccode: 'publiccode.yml'
    
  
Usa publiccode-parser-go per verificare il tuo publiccode.yml in locale da riga di comando:

$ docker run -i italia/publiccode-parser-go /dev/stdin < publiccode.yml
    

Serve aiuto?

Unisciti a https://slack.developers.italia.it e chiedi nel canale #publiccode o usa Forum Italia.

🔗 Developers Italia | 📄 il formato publiccode.yml | ℹ️ Il mio codice sorgente | *