Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.html tiedostojen linttaus ja curlylintin konfigurointi CI pipelineen #79

Open
rriski opened this issue Nov 22, 2020 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@rriski
Copy link
Contributor

rriski commented Nov 22, 2020

Curlylintint avulla on mahdollista lintata html tiedostoja. Issueen kuuluu kaksi tehtävää:

  1. Asenna requirements-dev.txt tiedoston paketit virtuaaliympäristöön ajamalla python3 -m venv venv ja pip3 install -r requirements-dev.txt. Jälkimmäinen komento asentaa curlylint työkalun ./venv kansioon.
  2. Linttaa kaikki prodeko.org projektin html tiedostot. Esimerkiksi prodekoorg/ kansiossa olevat tiedostot saa lintattua ajamalla curlylint prodekoorg ja tämän jälkeen korjaamalla virheet manuaalisesti.
  3. Kun virheet on korjattu, setuppaa curlylint CI pipelineen samalla tavalla kuin vaalikoppi projektissa: https://github.com/Prodeko/election/blob/master/.github/workflows/workflow.yml.
@rriski rriski added the good first issue Good for newcomers label Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant