Unverified Commit c3cd3cce authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

remove !

parent 04e8b57b
......@@ -104,7 +104,7 @@ staticAnalysisView.prototype.run = function () {
results.map(function (result, i) {
result.report.map(function (item, i) {
var location = ''
if (!item.location) {
if (item.location) {
var split = item.location.split(':')
var file = split[2]
location = {
......
Markdown is supported
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