blockwatch 0.5.4

Language agnostic linter that keeps your code and documentation in sync and valid
Documentation
1
2
3
4
-- Reports the path the validator was given, so a test can compare it across run modes.
function validate(ctx, content)
  return "ctx.file=" .. ctx.file
end