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