From 7613d0b921cd5dc59ea3aef8f605da9fee97aa05 Mon Sep 17 00:00:00 2001 From: emilybache Date: Fri, 12 May 2017 11:29:38 +0200 Subject: [PATCH] adding config file for bettercodehub so I can see how many refactoring targets it finds in this repo --- .bettercodehub.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .bettercodehub.yml diff --git a/.bettercodehub.yml b/.bettercodehub.yml new file mode 100644 index 00000000..5e00bdf0 --- /dev/null +++ b/.bettercodehub.yml @@ -0,0 +1,17 @@ +exclude: +- /js/lib/.* +component_depth: 1 +languages: +- cpp +- csharp +- go +- groovy +- java +- javascript +- perl +- php +- python +- ruby +- scala +- script +- swift