src-not-empty
Src of img(script, link) must set value.
Empty of src will visit current page twice.
Level: Error
Config value
Section titled “Config value”true
: enable rulefalse
: disable rule
The following patterns are not considered rule violations
Section titled “The following patterns are not considered rule violations”<img src="test.png" /><script src="test.js"></script><link href="test.css" type="text/css" /><iframe src="test.html">
The following patterns are considered violations
Section titled “The following patterns are considered violations”<img src /><script src=""></script><script src></script><link href="" type="text/css" /><link href type="text/css" /><iframe src=""><iframe src>