Closed raphaelstolt closed 7 years ago
Would it be worthwhile hinting to folk that the CS is enforced via Travis? Maybe in CONTRIBUTING.md where they are advised to go and check it themselves?
@padraic Done via 3e5964a.
Removed coding standard violation and squashed commits into one. Good to merge.
thanks
This is just a proof of concept for now.
Since there won't be any usage of xCIs to guard coding standard violations, utilise
composer cs-check
in Travis CI. Thecomposer cs-check
is only run against a single version i.e.7.1
to keep the build fast.If this gets an okay, I'll remove the on purpose added coding standard violation.