Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Improve composer validation. #165

Merged
merged 1 commit into from
Jun 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/build/core/phing/tasks/validate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Verify that composer json and lock files are in sync. -->
<target name="validate:composer" description="Validate composer files.">
<exec dir="${repo.root}" command="composer validate" logoutput="true" checkreturn="true"/>
<exec dir="${repo.root}" command="composer validate --no-check-all --ansi" logoutput="true" checkreturn="true"/>
</target>

<!-- Run linter against all php files in repository. -->
Expand Down