Commit 14dae5f
fix: restore preceding-comment for DATABASE_URL after env reorder
The previous arrangement put MARIADB_VERSION directly above DATABASE_URL
with no intervening comment, which fails scripts/check-env-coverage.sh's
"every variable in .env has a preceding description comment" rule.
Move MARIADB_VERSION (with its own comment block) above the DATABASE_URL
comment block so both variables retain a comment immediately above them.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8d30be3 commit 14dae5f
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments