From 741ac692b04ad09197282e7d5e38df62f7ca298e Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Thu, 19 Jan 2012 19:11:44 +0900 Subject: pylint: add a script to run pylint and pylintrc Signed-off-by: Isaku Yamahata Signed-off-by: FUJITA Tomonori --- pylintrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pylintrc (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc new file mode 100644 index 00000000..fb718e95 --- /dev/null +++ b/pylintrc @@ -0,0 +1,5 @@ +[Messages Control] +# C0111: Don't require docstrings on every method +# W0511: TODOs in code comments are fine. +# W0142: *args and **kwargs are fine. +disable=C0111,W0511,W0142 -- cgit v1.2.3