Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8edad869
Commit
8edad869
authored
Mar 25, 2019
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update frontend-specific files in reviewer roulette
parent
20fef917
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
lib/gitlab/danger/helper.rb
lib/gitlab/danger/helper.rb
+17
-1
No files found.
lib/gitlab/danger/helper.rb
View file @
8edad869
...
...
@@ -108,7 +108,23 @@ module Gitlab
%r{
\A
(ee/)?public/}
=>
:frontend
,
%r{
\A
(ee/)?spec/(javascripts|frontend)/}
=>
:frontend
,
%r{
\A
(ee/)?vendor/assets/}
=>
:frontend
,
%r{
\A
(jest
\.
config
\.
js|package
\.
json|yarn
\.
lock|
\.
eslintrc
\.
yml)
\z
}
=>
:frontend
,
%r{
\A
scripts/frontend/}
=>
:frontend
,
%r{(
\.
babelrc |
\.
eslintignore |
\.
eslintrc(
\.
yml)? |
\.
nvmrc |
\.
prettierignore |
\.
prettierrc |
\.
scss-lint.yml |
\.
stylelintrc |
babel
\.
config
\.
js |
jest
\.
config
\.
js |
karma
\.
config
\.
js |
webpack
\.
config
\.
js |
package
\.
json |
yarn
\.
lock
)
\z
}x
=>
:frontend
,
%r{
\A
(ee/)?app/(?!assets|views)[^/]+}
=>
:backend
,
%r{
\A
(ee/)?(bin|config|danger|generator_templates|lib|rubocop|scripts)/}
=>
:backend
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment