Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 669 Bytes

local_dev.md

File metadata and controls

19 lines (13 loc) · 669 Bytes

Local Development

Linters

For using Rubocop you should install all required gems from gemfiles/linters.gemfile. You can do it like this:

bundle install --gemfile gemfiles/linters.gemfile

This repo is configured for use linters by Pronto under git pre-commit hook see lefthook.yml. By the way you should also install Lefthook for running linters on only changed files.

WARNING: If you see errors during the installation something with rugged gem and you have macOS. Please do following:

brew install cmake pkg-config