{
  "version" : "",
  "timestamp" : 1526095026,
  "issues" : [ {
    "severity" : "INFO",
    "id" : "GLOBAL_LITERAL_VALUE_USED_TOO_OFTEN",
    "message" : "GLOBAL_LITERAL_VALUE_USED_TOO_OFTEN",
    "category" : "CFLINT",
    "abbrev" : "GL",
    "locations" : [ {
      "file" : "src\\test\\resources\\com\\cflint\\tests\\Includes\\Template.cfm",
      "fileName" : "Template.cfm",
      "function" : "",
      "offset" : 66,
      "column" : 33,
      "line" : 2,
      "message" : "Literal companyName occurs several times in one or more files. Consider giving it a name and not hard coding values.",
      "variable" : "companyName",
      "expression" : "'companyName'"
    } ]
  } ],
  "counts" : {
    "totalFiles" : 0,
    "totalLines" : 0,
    "countByCode" : [ {
      "code" : "GLOBAL_LITERAL_VALUE_USED_TOO_OFTEN",
      "count" : 1
    } ],
    "countBySeverity" : [ {
      "severity" : "INFO",
      "count" : 1
    } ]
  }
}