Skip to content

Commit cac7052

Browse files
committed
cp_lib_validators.py: remove leftover dev code
1 parent 3116e50 commit cac7052

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

adabot/lib/circuitpython_library_validators.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@ def validate_repo_state(self, repo):
225225
# other repos.
226226
errors.append(ERROR_NOT_IN_BUNDLE)
227227

228-
#if ("allow_squash_merge" not in repo_fields
229-
# or repo_fields["allow_squash_merge"]
230-
# or repo_fields["allow_rebase_merge"]):
231228
if (repo_fields.get("allow_squash_merge") or
232229
repo_fields.get("allow_squash_merge")):
233230
errors.append(ERROR_ONLY_ALLOW_MERGES)

0 commit comments

Comments
 (0)