diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-13 21:01:55 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-13 21:01:55 +0200 |
commit | b12c97653c2ee004292b0fdfd770a2c59451854b (patch) | |
tree | 558d86421b118290ab68743785fd84e6208b17cd /doc | |
parent | 30ee34f106c5052cf0a60361d3220427b5753557 (diff) |
Linting rest of the files and adding pylint to GHA.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muistilista.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/muistilista.txt b/doc/muistilista.txt index e6b8a2b..19e5778 100644 --- a/doc/muistilista.txt +++ b/doc/muistilista.txt @@ -3,3 +3,5 @@ MUISTILISTA! Generoi haarakattavuusraportti: poetry run python3 -m coverage run --branch -m pytest && poetry run python3 -m coverage html && firefox htmlcov/index.html +Linttaus +poetry run python3 -m pylint -v .
\ No newline at end of file |