mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Don't check docs only files for a proper interpreter line
This commit is contained in:
@@ -310,7 +310,8 @@ class ModuleValidator(Validator):
|
|||||||
self._find_ps_docs_py_file()
|
self._find_ps_docs_py_file()
|
||||||
|
|
||||||
self._check_for_gpl3_header()
|
self._check_for_gpl3_header()
|
||||||
self._check_interpreter(powershell=self._powershell_module())
|
if not self._just_docs():
|
||||||
|
self._check_interpreter(powershell=self._powershell_module())
|
||||||
|
|
||||||
|
|
||||||
class PythonPackageValidator(Validator):
|
class PythonPackageValidator(Validator):
|
||||||
|
|||||||
Reference in New Issue
Block a user