aboutsummaryrefslogtreecommitdiff
path: root/.arclint
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2014-06-02 00:21:42 +0000
committerEitan Adler <eadler@FreeBSD.org>2014-06-02 00:21:42 +0000
commitebfbfab668e519af4dfd65e629b446ab97e02bc8 (patch)
treecb8e955d887f8f436df55ebbbaf7ea2d34a7b1da /.arclint
parent046faba0eb5de43832836042698c9fc9cc1c74d4 (diff)
downloadsrc-ebfbfab668e519af4dfd65e629b446ab97e02bc8.tar.gz
src-ebfbfab668e519af4dfd65e629b446ab97e02bc8.zip
arc: add linting for python files
Notes
Notes: svn path=/head/; revision=266959
Diffstat (limited to '.arclint')
-rw-r--r--.arclint9
1 files changed, 9 insertions, 0 deletions
diff --git a/.arclint b/.arclint
new file mode 100644
index 000000000000..e1534587c5ad
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,9 @@
+{
+ "linters": {
+ "python": {
+ "type": "pep8",
+ "exclude": "(contrib)",
+ "include": "(\\.py$)"
+ }
+ }
+}