summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorAmrith Kumar <amrith@tesora.com>2016-09-09 09:33:49 -0400
committerAmrith Kumar <amrith@tesora.com>2016-09-14 13:56:24 -0400
commita0bc0dcb7d3b3fd4ec7716429bd1914756ba201d (patch)
tree0da4536fe34348c55de7c32ddec76093966c8ee0 /pylintrc
parent92a78ea5e5a6d6a1479e63909d2917b4e983670f (diff)
downloadtrove-a0bc0dcb7d3b3fd4ec7716429bd1914756ba201d.tar.gz
initial chkin of pylint
this is a pylint wrapper for Trove's tox tests. This commit includes a basic infrastructure for running pylint through tox. It also fixes some very obvious import errors that are flagged by the tool. One is to handle missing imports for _ and _LE. There is one instance where an exception is being raised but trove.common.exception isn't imported, and another where an exception is being incorrectly thrown. A short readme is also provided. Change-Id: I0a38f5efde3cb491f1f6c27f6c6500ab29987968 Partial-Bug: #1621636
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
new file mode 100644
index 00000000..4085cd38
--- /dev/null
+++ b/pylintrc
@@ -0,0 +1,7 @@
+# pylintrc
+#
+# For trove we use the defaults, this file is just to shut up an
+# annoying error message from pylint.
+#
+# Don't set pylint options here.
+#