From a11fe2a07a8b45f3d8c88bdf4ab1dcdc4f47873f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Fabianski?= Date: Thu, 7 Dec 2023 14:42:51 +0100 Subject: [PATCH] chore: disable BEARER_IGNORE_GIT --- .envrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc.example b/.envrc.example index b2ec6d07e..4ea4849c4 100644 --- a/.envrc.example +++ b/.envrc.example @@ -11,4 +11,4 @@ export BEARER_DISABLE_VERSION_CHECK=true export BEARER_DISABLE_DEFAULT_RULES=true export BEARER_EXTERNAL_RULE_DIR=$PWD/../bearer-rules/rules export BEARER_FORCE=true -export BEARER_IGNORE_GIT=true +# export BEARER_IGNORE_GIT=true