From 6757f670f9ae75ae4ad6f74c856713c7bdde5e19 Mon Sep 17 00:00:00 2001 From: thekp Date: Mon, 29 Jul 2019 17:35:22 +0100 Subject: [PATCH] ignore all folders in cypress integration/support --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 196697e42d0..6dd2fb422b2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -6,7 +6,7 @@ plugins: languages: - javascript exclude_patterns: - - 'cypress/{integration,support}/*.js' + - 'cypress/{integration,support}/**/*.js' # The line below should work but doesn't it removes all js and jsx quality checking # - 'src/**/*.{test,stories}.{js,jsx}' exclude_patterns: