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
e3917de3
Commit
e3917de3
authored
May 17, 2021
by
Mikołaj Wawrzyniak
Committed by
Albert Salim
May 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 2 suggestion(s) to 1 file(s)
parent
c3b102e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tooling/danger/product_intelligence.rb
tooling/danger/product_intelligence.rb
+2
-2
No files found.
tooling/danger/product_intelligence.rb
View file @
e3917de3
...
...
@@ -52,7 +52,7 @@ module Tooling
end
def
dictionary_changed_file
all_changed_files
.
grep
(
%r{(doc/development/usage_ping/dictionary.md)}
)
all_changed_files
.
grep
(
%r{(doc/development/usage_ping/dictionary
\
.
md)}
)
end
def
metrics_changed_files
...
...
@@ -73,7 +73,7 @@ module Tooling
'data-track-action'
)
all_changed_files
.
select
do
|
file
|
matching_files?
(
file
,
extension:
'.rb'
,
pattern:
%r{Gitlab::Tracking
\.
event
}
)
||
matching_files?
(
file
,
extension:
'.rb'
,
pattern:
%r{Gitlab::Tracking
\.
(event|enabled
\?
|snowplow_options)$
}
)
||
matching_files?
(
file
,
extension:
'.js'
,
pattern:
js_patterns
)
||
matching_files?
(
file
,
extension:
'.vue'
,
pattern:
js_patterns
)
||
matching_files?
(
file
,
extension:
'.haml'
,
pattern:
%r{data:
\{
track}
)
...
...
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