From 31c176bd9b459494847f48ebe9c310b6ecdf43cc Mon Sep 17 00:00:00 2001 From: Everton Fraga Date: Fri, 5 Oct 2018 10:12:07 -0300 Subject: [PATCH] Blacklisting files for codeclimate analysis --- .codeclimate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 61eb80fc9..b41e382dc 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -17,3 +17,6 @@ plugins: exclude_patterns: - "tests/" - "interface/client/lib/signatures.js" +- "interface/utils/hqx.js" +- "build-interface/" +- "modules/preloader/injected/BigNumber.js"