Add code-scanning-rubocop to Gemfile
This commit is contained in:
parent
664cb4d690
commit
2b26a3aa0e
3 changed files with 8 additions and 5 deletions
4
Gemfile
4
Gemfile
|
@ -3,3 +3,7 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
gemspec
|
||||
|
||||
group :ci do
|
||||
gem 'code-scanning-rubocop'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue