Skip to content

Commit

Permalink
Bin: show installed coding standard only if CI env is not presented
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 1, 2021
1 parent aefa4d0 commit d59b185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/codesniffer
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
fi

# Show installed coding standards
${DIR}/phpcs -i
[[ -z "${CI}" ]] && ${DIR}/phpcs -i

# Run sniffing
if [ -z "$1" ]; then
Expand Down

0 comments on commit d59b185

Please sign in to comment.