svn commit: r266959 - head

Eitan Adler eadler at FreeBSD.org
Mon Jun 2 00:21:43 UTC 2014


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$)"
+    }
+  }
+}


More information about the svn-src-head mailing list