Commit a2518ff6 by Christina Roberts

Merge pull request #1730 from MITx/feature/zoldak/pylint-docstring

Pylint to not require docstring for tests
parents b9dca061 2c4506b7
......@@ -138,7 +138,7 @@ bad-names=foo,bar,baz,toto,tutu,tata
# Regular expression which should only match functions or classes name which do
# not require a docstring
no-docstring-rgx=__.*__
no-docstring-rgx=(__.*__|test_.*)
[MISCELLANEOUS]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment