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
e7cb2ddc9c
ansible
/
test
/
sanity
/
code-smell
/
no-unwanted-files.json
8 lines
103 B
JSON
Raw
Normal View
History
Unescape
Escape
Add sanity test to check for unwanted files.
2019-05-13 18:41:14 +02:00
{
Sanity test updates for collections support. (#61248) * Run no-unwanted-files sanity test only on Ansible. Since collections should be able to use binary modules there is not really any limit on what could exist in a collection `plugins` directory. * Add support for symlinks in sanity target lists: - Sanity tests that need to analyze symlinks can do so using the supplied target list. - Tests that analyze directories will now only look at symlinks if requested. - Directory symlinks will now be seen as directories instead of files. * Enable symlinks on filename based sanity tests. Sanity tests that evalulate filenames instead of content should include symlinks. * Update symlinks sanity test. Use the sanity test target list now that it can include symlinks.
2019-08-24 03:08:21 +02:00
"include_symlinks"
:
true
,
Add sanity test to check for unwanted files.
2019-05-13 18:41:14 +02:00
"prefixes"
:
[
"lib/"
]
,
"output"
:
"path-message"
}
Reference in a new issue
Copy permalink