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:
Diffstat (limited to 'tooling/overcommit/Gemfile')
-rw-r--r--tooling/overcommit/Gemfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tooling/overcommit/Gemfile b/tooling/overcommit/Gemfile
new file mode 100644
index 00000000000..5525662e43e
--- /dev/null
+++ b/tooling/overcommit/Gemfile
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+# Make sure to run `make` (in this directory) when you update this file.
+source 'https://rubygems.org'
+
+gem 'overcommit'
+gem 'gitlab-styles', '~> 3.1.0', require: false
+gem 'scss_lint', '~> 0.56.0', require: false
+gem 'haml_lint', '~> 0.34.0', require: false