logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

weblint - pick fluff off web pages (HTML)

Author

       This  basic  manpage  was  written  by  Jonas Smedegaard <dr@jones.dk> for Debian GNU systems, but may be
       freely used elsewhere.

2.32+dfsg-1.1                                   28 December 2020                                      weblint(1)

Description

weblint is a Perl script which picks fluff off HTML pages.

       Files and URLs to be checked are passed on the command-line.

Example

       % weblint foobar.html ./dodgy-files/ index.html http://example.com/

Name

weblint - pick fluff off web pages (HTML)

Options

--help This message

       --context[=n]
              Show the offending line (and n surrounding lines)

       Error types: (default: all on)

       --[no]structure
              Structural issues, like unclosed tag pairs

       --[no]helper
              Helper issues, like missing HEIGHT & WIDTH

       --[no]fluff
              Fluff that can be removed, like bad tag attributes

       --only Turns off all other error types, as in --only--fluff

Synopsis

weblint [option...] <filename/URL>...

See Also