From: Jérémie Astor Date: Wed, 1 Apr 2020 17:57:13 +0000 (+0200) Subject: Delete .bettercodehub.yml X-Git-Tag: nightly~1725 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=cbeb9472624ec49a44435ada15f1237ec4e23117;p=gwion.git Delete .bettercodehub.yml --- diff --git a/.bettercodehub.yml b/.bettercodehub.yml deleted file mode 100644 index 4dcd2621..00000000 --- a/.bettercodehub.yml +++ /dev/null @@ -1,35 +0,0 @@ -component_depth: 3 - -languages: - - name: cpp - production: - include: - - /src/.*\.c - exclude: - - /src/drvr/.*\.c - - /src/vm/vm.c - - /include/.*\.h - - /tests/import/.*\.c - test: - include: - - /tests/import/.*\.c - - - name: go - production: - include: - - fake_entry - test: - include: - - /docs/.*/.*\.mdr - - /examples/.*/.*\.gw - - /tests/.*/.*\.gw - - /tests/benchmark/.*\..* - - - name: script - production: - include: - - fake_entry - test: - include: - - /help/.*\.sh - - /tests/sh/.*\.sh