X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=lint.py;h=d1cb24558b1442a8ed79702e0c62fd8af3ebc4ef;hb=refs%2Fheads%2Ffeature%2Falt-ciphersuite;hp=076b3e7174166caa179208ab8662c8a1c968c2cc;hpb=2ded4a80352dfbbd17b35ae0eafcbdc62243d574;p=tinc 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