Webhint
Webhint is a customizable linting tool that helps you improve your site’s accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors.
Steps Contributed
Step | Description |
---|---|
|
generates website developer hints from the given url |
Library Configuration Options
Field | Description | Default Value |
---|---|---|
url |
web address to analyze |
|
extender |
Array - Optional - Hint types. See the documentation for more information |
["accessibility"] |
failThreshold |
Optional - Hint limit at which the jenkins build will fail |
25 |
warnThreshold |
Optional - Hint limit at which the jenkins build will issue a warning |
10 |
libraries{
url = "your_url_here"
extender = ["progressive-web-apps"]
failThreshold = 35
warnThreshold = 25
}