Unverified Commit 77087da3 authored by Joe Haddad's avatar Joe Haddad
Browse files

Fix CI

parent f17448e9
Showing with 0 additions and 4 deletions
+0 -4
......@@ -13,9 +13,6 @@ function isError(message) {
function formatter(results) {
let output = '\n';
let hasErrors = false;
let hasWarnings = false;
results.forEach(result => {
let messages = result.messages;
if (messages.length === 0) {
......@@ -30,7 +27,6 @@ function formatter(results) {
hasErrors = true;
} else {
messageType = 'warn';
hasWarnings = true;
}
let line = message.line || 0;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment