issue #151: add rubocop to ci (#168)

This commit is contained in:
Aleksandr
2019-10-21 08:48:47 +03:00
committed by Sojan Jose
parent ba8f055802
commit a7787e0f23
7 changed files with 221 additions and 9 deletions

View File

@@ -33,6 +33,10 @@ jobs:
name: Bundle Install
command: bundle check || bundle install
- run:
name: Rubocop
command: bundle exec rubocop
# Store bundle cache
- save_cache:
key: chatwoot-bundle-v2-{{ checksum "Gemfile.lock" }}