Don't check docs only files for a proper interpreter line

reviewable/pr18001/r3
Matt Martz 11 years ago committed by John Barker
parent 117ecc1e9b
commit d488bd57cc

@ -310,7 +310,8 @@ class ModuleValidator(Validator):
self._find_ps_docs_py_file()
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):

Loading…
Cancel
Save