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
3efc78f9
Commit
3efc78f9
authored
Aug 16, 2021
by
alinamihaila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dictionary check from helper
parent
69bfd828
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
spec/tooling/danger/project_helper_spec.rb
spec/tooling/danger/project_helper_spec.rb
+0
-1
tooling/danger/project_helper.rb
tooling/danger/project_helper.rb
+0
-1
No files found.
spec/tooling/danger/project_helper_spec.rb
View file @
3efc78f9
...
...
@@ -177,7 +177,6 @@ RSpec.describe Tooling::Danger::ProjectHelper do
'ee/config/metrics/counts_7d/20210216174919_g_analytics_issues_weekly.yml'
|
[
:product_intelligence
]
'lib/gitlab/usage_data_counters/aggregated_metrics/common.yml'
|
[
:product_intelligence
]
'lib/gitlab/usage_data_counters/hll_redis_counter.rb'
|
[
:backend
,
:product_intelligence
]
'doc/development/usage_ping/dictionary.md'
|
[
:docs
,
:product_intelligence
]
'lib/gitlab/tracking.rb'
|
[
:backend
,
:product_intelligence
]
'spec/lib/gitlab/tracking_spec.rb'
|
[
:backend
,
:product_intelligence
]
'app/helpers/tracking_helper.rb'
|
[
:backend
,
:product_intelligence
]
...
...
tooling/danger/project_helper.rb
View file @
3efc78f9
...
...
@@ -39,7 +39,6 @@ module Tooling
%r{
\A
(ee/)?config/feature_flags/}
=>
:feature_flag
,
%r{
\A
doc/development/usage_ping/dictionary
\.
md
\z
}
=>
[
:docs
,
:product_intelligence
],
%r{
\A
doc/.*(
\.
(md|png|gif|jpg|yml))
\z
}
=>
:docs
,
%r{
\A
(CONTRIBUTING|LICENSE|MAINTENANCE|PHILOSOPHY|PROCESS|README)(
\.
md)?
\z
}
=>
:docs
,
%r{
\A
data/whats_new/}
=>
:docs
,
...
...
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