Commit 11579bc9 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'ashmckenzie/add-tool-versions-file' into 'master'

Add asdf .tool-versions files for gitlab and workhorse

See merge request gitlab-org/gitlab!73332
parents feef163c c8828d65
node 14.15.4
ruby 2.7.4
yarn 1.22.11
......@@ -84,6 +84,7 @@ module Tooling
%r{\A((ee|jh)/)?app/finders/} => [:database, :backend],
%r{\Arubocop/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{\Alefthook.yml\z} => :tooling,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment