Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 331 Bytes

File metadata and controls

21 lines (12 loc) · 331 Bytes

HTML Linter

Usage

Pull the htmllinter image from Docker Hub:

docker image pull training/htmllinter:1.0

In the directory that contains the HTML code you want to check, run:

docker container run -v $(PWD):/code training/htmllinter:1.0

Checks for:

  • Broken URLs in HTML files