Closed felipevicens closed 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
Checkstyling verification added succesfully. Next PR will include required gems.
We need to add checkstyling verification for code quality issues
In the case of ruby, we need to add this gems in the Gemfile: