- PR [24](https://github.com/palkan/logidze/pull/110) Wrap `run` command in shell context.
Now in `run` option available `sh` syntax.
pre-commit:
commands:
bashed:
run: rubocop -a && git add
Will be executed in this way:
sh -c "rubocop -a && git add"
- PR [23](https://github.com/evilmartians/lefthook/pull/24) Search Lefthook in Gemfile.
Now it's possible to use Lefthook from Gemfile.
ruby
Gemfile
gem 'lefthook'