Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2014 00:21:42 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266959 - head
Message-ID:  <201406020021.s520Lgp8067178@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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$)"
+    }
+  }
+}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406020021.s520Lgp8067178>