diff --git a/.arclint b/.arclint index 505061b..0c68c80 100644 --- a/.arclint +++ b/.arclint @@ -1,17 +1,17 @@ { "linters": { "spelling-linter": { "type": "spelling" }, "filename-linter": { "type": "filename" }, "text-linter": { "type": "text" }, "python-checks": { - "type": "pep8", + "type": "pylint", "include": "(\\.py$)" } } } diff --git a/python.py b/python.py index 7700a85..3f44cee 100755 --- a/python.py +++ b/python.py @@ -1,3 +1,4 @@ #!/usr/bin/env python3 print "test" +pint "test" diff --git a/test.sh b/test.sh index 6739819..d083e62 100755 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #!/bin/bash echo Still OK -echo PROUT +echo Is this rigt ?