weblint
syntax and minimal style checker for HTML
Install
- All systems
-
curl cmd.cat/weblint.sh
- Debian
-
apt-get install weblint-perl
- Ubuntu
-
apt-get install weblint-perl
- Kali Linux
-
apt-get install weblint-perl
- Fedora
-
dnf install weblint-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install weblint-perl
- Raspbian
-
apt-get install weblint-perl
- Dockerfile
- dockerfile.run/weblint
weblint-perl
syntax and minimal style checker for HTML
weblint is a perl script which picks fluff off html pages, much in the same way traditional lint picks fluff off C programs. The script is a complete rewrite of Neil Bowers' original weblint script. It currently supports HTML 4.0 (and only HTML 4.0).