Skip to content
代码片段 群组 项目
未验证 提交 bedabca2 编辑于 作者: Alina Mihaila's avatar Alina Mihaila
浏览文件

Add app/components/ to frontend category in danger files

上级 4969fde4
No related branches found
No related tags found
无相关合并请求
...@@ -65,6 +65,11 @@ ...@@ -65,6 +65,11 @@
'config/foo.js' | [:frontend] 'config/foo.js' | [:frontend]
'config/deep/foo.js' | [:frontend] 'config/deep/foo.js' | [:frontend]
'app/components/pajamas/empty_state_component.html.haml' | [:frontend, :backend]
'ee/app/components/pajamas/empty_state_component.html.haml' | [:frontend, :backend]
'app/components/diffs/overflow_warning_component.html.haml' | [:frontend, :backend]
'app/components/layouts/horizontal_section_component.rb' | [:frontend, :backend]
'ee/app/assets/foo' | [:frontend] 'ee/app/assets/foo' | [:frontend]
'ee/app/views/foo' | [:frontend, :backend] 'ee/app/views/foo' | [:frontend, :backend]
'ee/spec/frontend/bar' | [:frontend] 'ee/spec/frontend/bar' | [:frontend]
......
...@@ -70,6 +70,7 @@ module ProjectHelper ...@@ -70,6 +70,7 @@ module ProjectHelper
%r{\A((ee|jh)/)?app/assets/} => :frontend, %r{\A((ee|jh)/)?app/assets/} => :frontend,
%r{\A((ee|jh)/)?app/views/.*\.svg} => :frontend, %r{\A((ee|jh)/)?app/views/.*\.svg} => :frontend,
%r{\A((ee|jh)/)?app/views/} => [:frontend, :backend], %r{\A((ee|jh)/)?app/views/} => [:frontend, :backend],
%r{\A((ee|jh)/)?app/components/} => [:frontend, :backend],
%r{\A((ee|jh)/)?public/} => :frontend, %r{\A((ee|jh)/)?public/} => :frontend,
%r{\A((ee|jh)/)?spec/(javascripts|frontend|frontend_integration)/} => :frontend, %r{\A((ee|jh)/)?spec/(javascripts|frontend|frontend_integration)/} => :frontend,
%r{\A((ee|jh)/)?spec/contracts/consumer} => :frontend, %r{\A((ee|jh)/)?spec/contracts/consumer} => :frontend,
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册