From 0b584587cc9c31dfd925d6b19c27df7bcdb65fac Mon Sep 17 00:00:00 2001 From: zramsay Date: Thu, 1 Jun 2017 13:27:22 -0400 Subject: [PATCH] codeclimate: use only 4/5 defaults because context.TODO() is a legit function License: MIT Signed-off-by: Zach Ramsay --- .codeclimate.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index de5270338..119e60250 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -11,6 +11,12 @@ exclude_paths: engines: fixme: enabled: true + config: + strings: + - FIXME + - HACK + - XXX + - BUG golint: enabled: true govet: