Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjtranjan committed Jan 27, 2022
1 parent 8b9b4f0 commit 0029627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,12 @@ jobs:
if [ $count > 0 ]
then exit 1
fi
git diff > tmp_len
git diff master HEAD "*.hs" | grep '^+' | grep -v '^+++' > tmp_len
count2=$(awk '{ if (length($0) > 80) {print "Line length exceeds 80 : " length($0); print $0; } }' tmp_len | tee /dev/tty | wc -l)
rm tmp_len
if [ $count2 > 0 ]
then exit 2
fi
fi
- *save

workflows:
Expand Down

0 comments on commit 0029627

Please sign in to comment.