sonata-nfv / son-catalogue

SONATA's SDK Catalogue
http://www.sonata-nfv.eu
Apache License 2.0
1 stars 2 forks source link

Add Checkstyling verification #43

Closed felipevicens closed 8 years ago

felipevicens commented 8 years ago

We need to add checkstyling verification for code quality issues

In the case of ruby, we need to add this gems in the Gemfile:

 gem 'rubocop'
 gem 'rubocop-checkstyle_formatter', require: false
dang03 commented 8 years ago

Checkstyling verification added succesfully. Next PR will include required gems.