DioxusLabs/taffy

Lint or validate HTML fixtures in CI

開放

#421 建立於 2023年4月10日

 (0 則留言) (1 個反應) (0 位負責人)Rust (192 個分叉)github user discovery
build systemgood first issue

倉庫指標

星標
 (3,189 顆星)
PR 合併指標
 (平均合併 15小時 41分鐘) (30 天內合併 25 個 PR)

描述

What problem does this solve or what need does it fill?

Our test fixtures are humanly typed HTML.

  • There has been some cases of typos in the html which produces invalid tests. #352
  • There was also a case of a missing semicolon somewhere, but I can't seem to find the PR or commit.

What solution would you like?

  • Some form of lint or validation in CI to ensure that the HTML is correct and without obvious flaws. This would help verify that our test results are correct and can be trusted (more).

What alternative(s) have you considered?

Do nothing, it's not a large cause of issues at the moment.

貢獻者指南