From 97618099937abfe8ce49f774f3d083a2d7a17a68 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sat, 11 Aug 2018 06:49:15 +0200 Subject: [PATCH] style: removes codacy linter from benchmark dir. --- .codacy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codacy.yml b/.codacy.yml index 5ca8fee..cacb366 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,5 +1,6 @@ --- exclude_paths: + - benchmarks/** - bonobo/examples/** - bonobo/ext/** - tests/**