Merge pull request #2166 from resin-io/fix-html-lint

fix(lint): Fix html-lint error about "lang" attr
This commit is contained in:
Jonas Hermsmeier 2018-04-02 18:24:15 +02:00 committed by GitHub
commit b1dfbcbceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,8 @@ angularValidate.validate(
reportpath: null, reportpath: null,
reportCheckstylePath: null, reportCheckstylePath: null,
relaxerror: [ 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) => { ).then((result) => {