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

New coding standard #27

Closed
wants to merge 8 commits into from
Closed

New coding standard #27

wants to merge 8 commits into from

Conversation

Koopzington
Copy link
Contributor

Usage of the newly introduced zendframework/zend-coding-standard for CS checks.

- if [[ $TEST_COVERAGE != 'true' ]]; then ./vendor/bin/phpunit ; fi
- if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/phpcs ; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's called CHECK_CS on line 46

@marc-mabe
Copy link
Member

@Koopzington ok now it's running but obviously there are some cs failures - also looks like the cs check wasn't working before :(

Would you like to solve this as well in your PR?

@marc-mabe marc-mabe closed this in 62c63ef Nov 20, 2017
@Koopzington Koopzington deleted the new-coding-standard branch November 21, 2017 08:59
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants