From 3398f34d329efc07f8dc45bf00397f67ede59063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Fri, 28 Dec 2018 13:03:48 +0100 Subject: [PATCH] Include doc in v2 report output --- lib/inch_ex/code_object.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/inch_ex/code_object.ex b/lib/inch_ex/code_object.ex index 8fbba02..7ff3dfa 100644 --- a/lib/inch_ex/code_object.ex +++ b/lib/inch_ex/code_object.ex @@ -38,6 +38,7 @@ defmodule InchEx.CodeObject do "location" => item["location"], "type" => item["type"], "metadata" => item["metadata"], + "doc" => item["doc"], "score" => score, "grade" => grade, "priority" => priority,