From 8b33860837e308125c8a4ddb732b6f77fe471ec4 Mon Sep 17 00:00:00 2001 From: nanaya Date: Sun, 8 Sep 2024 17:44:04 +0900 Subject: [PATCH] Exclude vendored prototypejs from codeclimate --- .codeclimate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index bc4792f9..e0076ab2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -43,6 +43,7 @@ engines: # You can globally exclude files from being analyzed by any engine using the # exclude_paths key. -#exclude_paths: +exclude_paths: +- lib/assets/javascripts/prototype/**/* #- spec/**/* #- vendor/**/*