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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-11-06 10:02:41 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-11-06 10:02:41 +0300
commit3dbf25f98c86e77f7b2919633ccdf2b79af550cf (patch)
treec6ddec5ed5b0e897df5c172be070eef388d3781f /Gemfile
parent211404eaaa607e2bb4cf0be980ce0aba360f9764 (diff)
Add Rubocop to project
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 170efc7e..1012faf1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,4 +25,5 @@ group :test, :development do
gem 'highline', '~> 2.0.3'
gem 'rspec', '~> 3.10.0'
gem 'pry-byebug', '~> 3.9.0', require: false
+ gem 'gitlab-styles', '~> 5.0.0', require: false
end