diff --git a/scripts/html-lint.js b/scripts/html-lint.js
index 59839078..98956201 100644
--- a/scripts/html-lint.js
+++ b/scripts/html-lint.js
@@ -45,7 +45,8 @@ angularValidate.validate(
reportpath: null,
reportCheckstylePath: null,
relaxerror: [
- 'Expected a minus sign or a digit'
+ 'Expected a minus sign or a digit',
+ 'Consider adding a “lang” attribute to the “html” start tag to declare the language of this document.'
]
}
).then((result) => {