This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
f1ab7cf0c6
ansible
/
test
/
lib
/
ansible_test
/
_data
/
sanity
/
code-smell
/
replace-urlopen.json
8 lines
111 B
JSON
Raw
Normal View
History
Unescape
Escape
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.
2018-02-22 17:08:29 +01:00
{
"extensions"
:
[
".py"
]
,
Clean up sanity test ignore handling. (#59749) * Allow sanity tests to easily ignore themselves. Useful for simple regex based sanity tests that error on their own script due to the regex or error message generated. * Simplify no-smart-quotes sanity test. Pruning of unversioned directories is handled by ansible-test. * Remove directory pruning from boilerplate tests. Files not passing these tests should be ignored instead. * Add missing sanity ignore entries.
2019-07-29 23:37:44 +02:00
"ignore_self"
:
true
,
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.
2018-02-22 17:08:29 +01:00
"output"
:
"path-line-column-message"
}
Reference in a new issue
Copy permalink