Commit 979d54c
authored
chore(internal/postprocessor): address logic inversion (googleapis#12595)
In googleapis#12541 the config
for modules to skip was transitioned from being hardcoded into the
implementation to a config file. In the course of that refactor the
detect logic was inverted, so instead of a skiplist the new config
mechanism acted as an allowlist.
This PR corrects that issue, and adds another test to assert the
property that skip paths don't appear in the detected module list.
To fully address this issue, we'll also need to bump the owlbot lock
once this PR is submitted.1 parent 726eb95 commit 979d54c
2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments