From b12c97653c2ee004292b0fdfd770a2c59451854b Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sat, 13 Jan 2024 21:01:55 +0200 Subject: Linting rest of the files and adding pylint to GHA. --- doc/muistilista.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3