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>2022-10-18 16:29:56 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-10-18 16:29:56 +0300
commitfa5d47fd2172e3ef8e4551272e8fa2cd818f4972 (patch)
tree2adbd44b21730bc9a76aaf4e7fecb9fdc2db4740 /commands
parent92f10a633d1328d885817f676ceff792b5261eea (diff)
Automatically enable new RuboCop cops
Diffstat (limited to 'commands')
-rw-r--r--commands/frontend.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/frontend.rb b/commands/frontend.rb
index c88c475f..48ece62f 100644
--- a/commands/frontend.rb
+++ b/commands/frontend.rb
@@ -42,5 +42,4 @@ run do |opts, args, cmd|
puts 'Copying Lunr.js...'
puts "- Copied #{lunr_src}" if File.write('public/assets/javascripts/lunr.min.js', File.read("#{root}/#{lunr_src}"))
end
-
end