lib/git/lint/analyzers/commit_body_phrase.rb in git-lint-7.5.0 vs lib/git/lint/analyzers/commit_body_phrase.rb in git-lint-8.0.0

- old
+ new

@@ -17,10 +17,10 @@ end protected def load_filter_list - Kit::FilterList.new configuration.commits_body_phrase_excludes + Kit::FilterList.new settings.commits_body_phrase_excludes end def invalid_line? line line.downcase.match? Regexp.new(Regexp.union(filter_list).source, Regexp::IGNORECASE) end