From cbeb9472624ec49a44435ada15f1237ec4e23117 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 1 Apr 2020 19:57:13 +0200 Subject: [PATCH] Delete .bettercodehub.yml --- .bettercodehub.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .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 -- 2.43.0