Commit 141aa84
committed
chore(contracts): make lint regenerate the betterer baseline
\`npm run lint\` ran \`betterer ci\`, which only checks \`.betterer.results\`
and fails on any drift without rewriting it — so contributors editing
contracts hit a ratchet failure that \`lint\` itself could not resolve.
Point \`lint:ratchet\` at \`betterer --update\` so any \`lint\`/\`lint:fix\`
run regenerates the baseline. The CI honest-baseline check moves to a
new check-only \`lint:ratchet:ci\` (\`betterer ci\`), wired into
103-flow-ats-lint.yaml. The per-rule \`check-ratchet-vs-base.ts\` gate is
unchanged, so warning increases are still blocked in CI.
Signed-off-by: Miguel_LZPF <miguel.carpena@io.builders>1 parent e3e09ad commit 141aa84
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments