X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lint.py;fp=lint.py;h=d1cb24558b1442a8ed79702e0c62fd8af3ebc4ef;hp=076b3e7174166caa179208ab8662c8a1c968c2cc;hb=1695d8828ed6fb997dbd96e21c105ab5641b90c5;hpb=09f036b3aee79d5a5357ef670924ab49de0378dd diff --git a/lint.py b/lint.py index 076b3e71..d1cb2455 100755 --- a/lint.py +++ b/lint.py @@ -39,6 +39,7 @@ linters = ( ["pylint", "."], ["mypy", "--exclude", "build", "."], ["shellcheck", "-x", *glob(".ci/**/*.sh", recursive=True)], + ["markflow", "--line-length", "80", "--check" if DRY else "--verbose", ".", ".ci"], ) failed: bool = False