From 6fab661037fcb4631a316865c3a22d9a010e8d02 Mon Sep 17 00:00:00 2001 From: Bliss Pisit Wetcha Date: Wed, 9 Aug 2023 10:06:49 +0700 Subject: [PATCH] [#494] Fix Danger import old files --- Dangerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dangerfile b/Dangerfile index 84cb7b02..c19fdcd9 100644 --- a/Dangerfile +++ b/Dangerfile @@ -1,7 +1,5 @@ # frozen_string_literal: true -require './fastlane/Constants/Constants' - # Warn when there is a big PR warn("This pull request is quite big (#{git.lines_of_code} lines changed), please consider splitting it into multiple pull requests.") if git.lines_of_code > 500