From f591b9feb62721d1880b43797b4d70c4dae61cd5 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Sun, 26 May 2024 12:01:44 +0100 Subject: [PATCH] more tests added. --- .codacy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.codacy.yml b/.codacy.yml index 2fab84e..91d20e1 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -6,3 +6,12 @@ engines: ignore_patterns: - "tests/*" + +eslint: + enabled: true + config_file: .eslintrc.json + exclude_paths: + - 'tests/**' + +exclude_paths: + - 'tests/**' \ No newline at end of file