We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79195ef commit b0be90aCopy full SHA for b0be90a
1 file changed
.travis.yml
@@ -9,7 +9,7 @@ script:
9
for sha1 in $(git log --format=format:%H ${TRAVIS_COMMIT_RANGE}); do
10
echo $sha1;
11
git log --format=%B -n 1 $sha1;
12
- bundle exec rubocop-git $sha1;
+ bundle exec rubocop-git "${sha1}~1";
13
if (( $? != 0 )); then rc=1; fi;
14
echo -e "\n\n\n";
15
done;
0 commit comments