Author: eadler
Date: Mon Jun  2 00:21:42 2014
New Revision: 266959
URL: http://svnweb.freebsd.org/changeset/base/266959

Log:
  arc: add linting for python files

Added:
  head/.arclint   (contents, props changed)

Added: head/.arclint
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/.arclint       Mon Jun  2 00:21:42 2014        (r266959)
@@ -0,0 +1,9 @@
+{
+  "linters": {
+    "python": {
+      "type": "pep8",
+      "exclude": "(contrib)",
+      "include": "(\\.py$)"
+    }
+  }
+}
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to