Skip to content
Snippets Groups Projects
Verified Commit f497c0f2 authored by Nick Thomas's avatar Nick Thomas
Browse files

Danger ignores gitlab.pot

parent b7a3c8f6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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,
Loading
Loading
Loading
Loading
@@ -265,6 +265,7 @@ describe Gitlab::Danger::Helper do
 
'changelogs/foo' | :none
'ee/changelogs/foo' | :none
'locale/gitlab.pot' | :none
 
'FOO' | :unknown
'foo' | :unknown
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment