summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-02-27 18:53:47 +0000
committerRobert Speicher <rspeicher@gmail.com>2019-02-27 18:53:47 +0000
commit177f9ca88b4d080e91b6c4ce2bba04d2fba95c07 (patch)
tree6277852811966108c59a4f795f2003a61bda9293 /lib
parent543316bca9454b4c468004c4cebcb76558378b98 (diff)
parentf497c0f236fdb4714eade2054c48fa60f4d91791 (diff)
downloadgitlab-ce-177f9ca88b4d080e91b6c4ce2bba04d2fba95c07.tar.gz
Merge branch 'danger-ignores-gitlab-pot' into 'master'
Danger ignores gitlab.pot See merge request gitlab-org/gitlab-ce!25594
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/danger/helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/danger/helper.rb b/lib/gitlab/danger/helper.rb
index d3c86fdb629..d2b7ca015d4 100644
--- a/lib/gitlab/danger/helper.rb
+++ b/lib/gitlab/danger/helper.rb
@@ -123,6 +123,7 @@ module Gitlab
# Files that don't fit into any category are marked with :none
%r{\A(ee/)?changelogs/} => :none,
+ %r{\Alocale/gitlab\.pot\z} => :none,
# Fallbacks in case the above patterns miss anything
%r{\.rb\z} => :backend,