* Fix example to use correct shebang
* Fix other example modules as well
* Ignore shebang test
(cherry picked from commit 1ae3683d0c
)
This commit is contained in:
parent
4293718b2a
commit
d4b7b8bae7
4 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
# Copyright: (c) 2018, Terry Jones <terry.jones@example.org>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
# Copyright: (c) 2020, Your Name <YourName@example.org>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
# Copyright: (c) 2020, Your Name <YourName@example.org>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
|
|
@ -8,6 +8,9 @@ docs/docsite/rst/conf.py future-import-boilerplate
|
|||
docs/docsite/rst/conf.py metaclass-boilerplate
|
||||
docs/docsite/rst/dev_guide/testing/sanity/no-smart-quotes.rst no-smart-quotes
|
||||
examples/play.yml shebang
|
||||
examples/scripts/my_test.py shebang # example module but not in a normal module location
|
||||
examples/scripts/my_test_facts.py shebang # example module but not in a normal module location
|
||||
examples/scripts/my_test_info.py shebang # example module but not in a normal module location
|
||||
examples/scripts/ConfigureRemotingForAnsible.ps1 pslint:PSCustomUseLiteralPath
|
||||
examples/scripts/upgrade_to_ps3.ps1 pslint:PSCustomUseLiteralPath
|
||||
examples/scripts/upgrade_to_ps3.ps1 pslint:PSUseApprovedVerbs
|
||||
|
|
Loading…
Add table
Reference in a new issue