Loading tbc_check/checker.py +10 −10 Original line number Diff line number Diff line Loading @@ -444,7 +444,7 @@ def _check_job(job_name: str, tpl_body, job_prefix) -> int: err_count = 0 # check non-hiden jobs rules if not job_name.startswith("."): if not job_name.startswith(".") and job_name != "pages": # check: all jobs are prefixed with the template prefix if not job_name.startswith(job_prefix) or ( len(job_name) > len(job_prefix) and job_name[len(job_prefix)] != "-" Loading Loading
tbc_check/checker.py +10 −10 Original line number Diff line number Diff line Loading @@ -444,7 +444,7 @@ def _check_job(job_name: str, tpl_body, job_prefix) -> int: err_count = 0 # check non-hiden jobs rules if not job_name.startswith("."): if not job_name.startswith(".") and job_name != "pages": # check: all jobs are prefixed with the template prefix if not job_name.startswith(job_prefix) or ( len(job_name) > len(job_prefix) and job_name[len(job_prefix)] != "-" Loading