Bartlomiej Plotka
Bartlomiej Plotka
For some reasons `$(MDOX) fmt --soft-wraps --links.validate --links.validate.config-file=.github/.mdox.validator.yaml $(MD_FILES_TO_FORMAT)` will format following content: ``` For the existing proposals, we propose to rename existing proposal's file to have its PROM- (based...
`link#Some-section` probably works although should be `link#some-section`. We should allow this in link checking likely to reduce noise (formatting should fix it though)
Otherwise it's increadbily easy to be confused. See https://github.com/prometheus/proposals/pull/59
We might want to revisit the `Run` abstraction. Doing t.Run +t.Parallel deep nested functions can be confusing for `Run` callers as: * Every code that's put after `Run` will still...