diff options
author | eadler <eadler@FreeBSD.org> | 2014-06-02 00:21:42 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2014-06-02 00:21:42 +0000 |
commit | 71f42db6e7c6a0681ea73a32590fa382f3d62000 (patch) | |
tree | cb8e955d887f8f436df55ebbbaf7ea2d34a7b1da /.arclint | |
parent | a8772606467e33e11d68cd9bc239cde8dcafd499 (diff) | |
download | FreeBSD-src-71f42db6e7c6a0681ea73a32590fa382f3d62000.zip FreeBSD-src-71f42db6e7c6a0681ea73a32590fa382f3d62000.tar.gz |
arc: add linting for python files
Diffstat (limited to '.arclint')
-rw-r--r-- | .arclint | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.arclint b/.arclint new file mode 100644 index 0000000..e153458 --- /dev/null +++ b/.arclint @@ -0,0 +1,9 @@ +{ + "linters": { + "python": { + "type": "pep8", + "exclude": "(contrib)", + "include": "(\\.py$)" + } + } +} |