Add rubocop and rspec CI jobs for tools
At the moment we run rubocop
and rspec
CI/CJ job only for a Ruby Gem (changes happening in src/ruby
folder)
This MR:
- adds
test:tools:rubocop
andtest:tools:rspec
for Cloud Connector tools as well - adds 'gitlab-stypes' gem to root project
- Fixes rubocop style errors on tools and tasks
Edited by Nikola Milojevic