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
c8828d65
Commit
c8828d65
authored
Nov 11, 2021
by
Ash McKenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Danger add .ruby-version, .tool-versions & .nvmrc
parent
3bd4d7cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tooling/danger/project_helper.rb
tooling/danger/project_helper.rb
+1
-0
No files found.
tooling/danger/project_helper.rb
View file @
c8828d65
...
...
@@ -84,6 +84,7 @@ module Tooling
%r{
\A
((ee|jh)/)?app/finders/}
=>
[
:database
,
:backend
],
%r{
\A
rubocop/cop/migration(/|
\.
rb)}
=>
:database
,
%r{
\A
(
\.
ruby-version
\z
|
\.
nvmrc
\z
|
\.
tool-versions
\z
)}
=>
:tooling
,
%r{
\A
(
\.
gitlab-ci
\.
yml
\z
|
\.
gitlab
\/
ci)}
=>
:tooling
,
%r{
\A\.
codeclimate
\.
yml
\z
}
=>
:tooling
,
%r{
\A
lefthook.yml
\z
}
=>
:tooling
,
...
...
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