From f051b022a7de5d70a5588e0586f83b535e18a9e6 Mon Sep 17 00:00:00 2001 From: ssube Date: Sat, 28 Sep 2019 15:23:34 -0500 Subject: [PATCH] fix(lint): ignore style code --- .codeclimate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index c2f8996..f5f11a6 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,6 +3,7 @@ version: "2" exclude_patterns: - CHANGELOG.md - docs/api/ + - docs/dev/style.md - src/migration/ - vendor/ @@ -21,4 +22,4 @@ plugins: enabled: true tslint: enabled: true - config: config/tslint.cc.json \ No newline at end of file + config: config/tslint.cc.json