Update more code-smell tests. (#36570)

* Enhance use-compat-six code-smell test.
* Enhance use-argspec-type-path code-smell test.
* Enhance replace-urlopen code-smell test.
* Enhance boilerplate code-smell test.
* Enhance no-underscore-variable code-smell test.
This commit is contained in:
Matt Clay
2018-02-22 08:08:29 -08:00
committed by GitHub
parent 0e0d6cf4f2
commit 5b5cba5e50
15 changed files with 370 additions and 314 deletions

View File

@@ -0,0 +1,6 @@
{
"extensions": [
".py"
],
"output": "path-line-column-message"
}