diff options
author | Matt Clay <matt@mystile.com> | 2017-09-12 00:11:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 00:11:13 -0700 |
commit | 68aeaa58a89fdcf31511ddc61d7e4b51c0099d6a (patch) | |
tree | d277711f25deb91aa396b20521933417347828b4 /test/sanity/pylint | |
parent | 5caa47feb9c8a2a769f8e1276dd8d88eddeb5161 (diff) | |
download | ansible-68aeaa58a89fdcf31511ddc61d7e4b51c0099d6a.tar.gz |
Fix dangerous default args. (#29839)
Diffstat (limited to 'test/sanity/pylint')
-rw-r--r-- | test/sanity/pylint/disable.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanity/pylint/disable.txt b/test/sanity/pylint/disable.txt index e8a7bd0608..c318711648 100644 --- a/test/sanity/pylint/disable.txt +++ b/test/sanity/pylint/disable.txt @@ -17,7 +17,6 @@ broad-except cell-var-from-loop consider-iterating-dictionary consider-using-enumerate -dangerous-default-value deprecated-lambda deprecated-method deprecated-module |