Commit 48845ff
authored
Skip syntax validation for DEPS file (google#1399)
The DEPS file includes plain Python code to retrieve
platform & num CPUs. The DEPS syntax checker does not
allow this, as of:
https://chromium-review.googlesource.com/c/497848/
So disable the validation option.
Fixes google#1398.1 parent b74e790 commit 48845ff
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments