Switch sanity ignores to EOL comments.
This will make automated conversion to consolidated ignores easier.
This commit is contained in:
parent
3c8838f0f7
commit
b232a9337e
3 changed files with 10 additions and 17 deletions
|
@ -1,11 +1,6 @@
|
||||||
# The following are only run by release engineers who can be asked to have newer Python3 on their systems
|
hacking/build_library/build_ansible/command_plugins/porting_guide.py # release process only, 3.6+ required
|
||||||
hacking/build_library/build_ansible/command_plugins/porting_guide.py
|
hacking/build_library/build_ansible/command_plugins/release_announcement.py # release process only, 3.6+ required
|
||||||
hacking/build_library/build_ansible/command_plugins/release_announcement.py
|
hacking/build_library/build_ansible/command_plugins/dump_config.py # docs build only, 2.7+ required
|
||||||
|
hacking/build_library/build_ansible/command_plugins/dump_keywords.py # docs build only, 2.7+ required
|
||||||
# The following are used to build docs. Since we explicitly say that the controller won't run on
|
hacking/build_library/build_ansible/command_plugins/generate_man.py # docs build only, 2.7+ required
|
||||||
# Python-2.6 (docs are built controller-side) and EPEL-6, the only LTS platform with Python-2.6,
|
hacking/build_library/build_ansible/command_plugins/plugin_formatter.py # docs build only, 2.7+ required
|
||||||
# doesn't have a new enough sphinx to build docs, do not test these under Python-2.6
|
|
||||||
hacking/build_library/build_ansible/command_plugins/dump_config.py
|
|
||||||
hacking/build_library/build_ansible/command_plugins/dump_keywords.py
|
|
||||||
hacking/build_library/build_ansible/command_plugins/generate_man.py
|
|
||||||
hacking/build_library/build_ansible/command_plugins/plugin_formatter.py
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# The following are only run by release engineers who can be asked to have newer Python3 on their systems
|
hacking/build_library/build_ansible/command_plugins/porting_guide.py # release process only, 3.6+ required
|
||||||
hacking/build_library/build_ansible/command_plugins/porting_guide.py
|
hacking/build_library/build_ansible/command_plugins/release_announcement.py # release process only, 3.6+ required
|
||||||
hacking/build_library/build_ansible/command_plugins/release_announcement.py
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# The following are only run by release engineers who can be asked to have newer Python3 on their systems
|
hacking/build_library/build_ansible/command_plugins/porting_guide.py # release process only, 3.6+ required
|
||||||
hacking/build_library/build_ansible/command_plugins/porting_guide.py
|
hacking/build_library/build_ansible/command_plugins/release_announcement.py # release process only, 3.6+ required
|
||||||
hacking/build_library/build_ansible/command_plugins/release_announcement.py
|
|
||||||
|
|
Loading…
Reference in a new issue