Commit 9b7e333
Escape "on" in yaml for correct parsing
TIL yaml treats true, on and yes as boolean values. So there was no
Rubocop bug, but rather `on` was not treated as a string literal.1 parent 620b45d commit 9b7e333
File tree
2 files changed
+2
-2
lines changed- admin/app/helpers/solidus_admin
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments