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
8f843bbaa5
ansible
/
test
/
lib
/
ansible_test
/
_data
/
sanity
/
code-smell
/
no-basestring.json
8 lines
111 B
JSON
Raw
Normal View
History
Unescape
Escape
Upgrade more code-smell tests. (#36560) * Enhance no-dict-* code-smell tests. * Enhance no-basestring code-smell test. * Enhance no-get-exception code-smell test. * Enhance empty-init code-smell test. * Enhance required-and-default-attribute test. * Remove unused code-smell test.
2018-02-22 05:09:13 +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
,
Upgrade more code-smell tests. (#36560) * Enhance no-dict-* code-smell tests. * Enhance no-basestring code-smell test. * Enhance no-get-exception code-smell test. * Enhance empty-init code-smell test. * Enhance required-and-default-attribute test. * Remove unused code-smell test.
2018-02-22 05:09:13 +01:00
"output"
:
"path-line-column-message"
}
Reference in a new issue
Copy permalink