Add code-scanning-rubocop to Gemfile

This commit is contained in:
Sven Weidauer 2022-05-29 10:05:04 +02:00
parent 664cb4d690
commit 2b26a3aa0e
3 changed files with 8 additions and 5 deletions

View file

@ -3,3 +3,7 @@
source 'http://rubygems.org'
gemspec
group :ci do
gem 'code-scanning-rubocop'
end