Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-20 15:11:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-20 15:11:04 +0300
commit41a63a43b8d0c498638af0b14cf854d6a446a35b (patch)
treeef76eae534402b4a2a75ba27b5e81153c2582014 /tooling
parent9cc74486f532cbcbf9da100ee00bfe00b145971a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r--tooling/danger/product_intelligence.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tooling/danger/product_intelligence.rb b/tooling/danger/product_intelligence.rb
index 30c961184f5..ae92fd684d8 100644
--- a/tooling/danger/product_intelligence.rb
+++ b/tooling/danger/product_intelligence.rb
@@ -66,7 +66,6 @@ module Tooling
js_patterns = Regexp.union(
'Tracking.event',
/\btrack\(/,
- 'data-track-event',
'data-track-action'
)
all_changed_files.select do |file|