File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
+ gem 'base64'
3
4
gem 'minitest'
4
5
gem 'rake'
5
6
gem 'mocha' , require : false
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
ast (2.4.2 )
5
+ base64 (0.2.0 )
5
6
docile (1.4.0 )
6
7
json (2.7.2 )
7
8
minitest (5.22.3 )
@@ -47,6 +48,7 @@ PLATFORMS
47
48
ruby
48
49
49
50
DEPENDENCIES
51
+ base64
50
52
minitest
51
53
mocha
52
54
racc
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- git diff --name-status --staged | grep ' ^[MA]' | grep -o ' \s\+.*rb' | xargs bundle exec rubocop --except Metrics --auto-correct --format quiet --force-exclusion Gemfile.lock && \
3
+ git diff --name-status --staged | grep ' ^[MA]' | grep -o ' \s\+.*rb' | xargs bundle exec rubocop --except Metrics --autocorrect --format quiet --force-exclusion Gemfile.lock && \
4
4
git diff --name-status --staged | grep ' ^[MA]' | grep -o ' \s\+.*rb' | xargs git add
You can’t perform that action at this time.
0 commit comments