mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Introduces rubocop-rspec
Also regenerating the config. Most stuff in there didn't really make sense. Time to go through .rubocop_todo.yml people :-)
This commit is contained in:
parent
272690fa21
commit
5fc867a8fc
4 changed files with 583 additions and 135 deletions
1
Gemfile
1
Gemfile
|
|
@ -238,6 +238,7 @@ group :development do
|
|||
gem 'spring-commands-rspec'
|
||||
# for static code analisys
|
||||
gem 'rubocop', require: false
|
||||
gem 'rubocop-rspec'
|
||||
# as database
|
||||
gem 'sqlite3'
|
||||
# to open mails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue