Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
dont fix jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepeak committed May 25, 2017
1 parent 9053416 commit d82a80b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions codecov
Expand Up @@ -1265,23 +1265,6 @@ then
|| echo ''
fi

if echo "$network" | grep -m1 '.jsx$' 1>/dev/null;
then
# skip empty lines, comments, and brackets
find "$git_root" -type f \
-name '*.jsx' \
$skip_dirs \
-exec \
grep -nIHE \
-e $empty_line \
-e $syntax_comment \
-e $syntax_bracket \
{} \; \
| cut_and_join \
>> $adjustments_file \
|| echo ''
fi

if echo "$network" | grep -m1 '.php$' 1>/dev/null;
then
# skip empty lines, comments, and brackets
Expand Down

0 comments on commit d82a80b

Please sign in to comment.