Merge pull request #1564 from adamjimenez/patch-16
Include css rule name with lint results
This commit is contained in:
commit
8bf4a0e604
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ oop.inherits(Worker, Mirror);
|
|||
row: msg.line - 1,
|
||||
column: msg.col - 1,
|
||||
text: msg.message,
|
||||
type: infoRules[msg.rule.id] ? "info" : msg.type
|
||||
type: infoRules[msg.rule.id] ? "info" : msg.type,
|
||||
rule: msg.rule.name
|
||||
}
|
||||
}));
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue