style(linter): updated rule H014 text to be more clear

closes #341
This commit is contained in:
Christopher Pickering 2022-08-22 08:34:36 -05:00
parent 7a70e395d3
commit 3e0e9b355f
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -106,7 +106,7 @@
- <img\s(?:(?!(?:alt)=).)*/?>
- rule:
name: H014
message: More than 2 blank lines.
message: Found extra blank lines.
flags: re.DOTALL
patterns:
- "[^\n]{,10}\n{3,}"