codeclimate: use only 4/5 defaults
because context.TODO() is a legit function License: MIT Signed-off-by: Zach Ramsay <zach.ramsay@gmail.com>
zramsay committed
Jun 1, 2017 at 13:27 UTC
0b584587cc9c31dfd925d6b19c27df7bcdb65fac
1 file changed
+6
.codeclimate.yml
+6
@@ -11,6 +11,12 @@ exclude_paths:
11
engines:
12
fixme:
13
enabled: true
14
+ config:
15
+ strings:
16
+ - FIXME
17
+ - HACK
18
+ - XXX
19
+ - BUG
20
golint:
21
enabled: true
22
govet: