Skip to content

Commit

Permalink
[py3] Migrate ios PRESUBMIT
Browse files Browse the repository at this point in the history
Bug: 1212040
Change-Id: Ia7600f8e3da825591d7c4a277e583d9dc6a89026
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2957342
Commit-Queue: Mark Cogan <[email protected]>
Auto-Submit: Josip Sokcevic <[email protected]>
Reviewed-by: Mark Cogan <[email protected]>
Cr-Commit-Position: refs/heads/master@{#892008}
  • Loading branch information
sokcevicG authored and Chromium LUCI CQ committed Jun 14, 2021
1 parent 99dd2e1 commit 2e6b82b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import os

USE_PYTHON3 = True

NULLABILITY_PATTERN = r'(nonnull|nullable|_Nullable|_Nonnull)'
TODO_PATTERN = r'TO[D]O\(([^\)]*)\)'
CRBUG_PATTERN = r'crbug\.com/\d+$'
Expand Down

0 comments on commit 2e6b82b

Please sign in to comment.