From 5ae83aa2d5f6b51f60af2965ca5775e5c3913f92 Mon Sep 17 00:00:00 2001 From: Auriane R Date: Tue, 4 May 2021 18:11:39 +0200 Subject: [PATCH] Add a codacy config file to ignore the python perftests ci code This causes otherwise problems as codacy demands to have a docstring at the beginning of the file whereas inspect requires a copyright at the beginning of the file. --- .codacy.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .codacy.yml diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 000000000000..c31297763219 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,3 @@ +--- +exclude_paths: + - "tools/perftests_ci/**"