-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add license checker to the build #6101
Conversation
@@ -25,7 +25,8 @@ | |||
}, | |||
"require-dev": { | |||
"symfony/yaml": "~2.3|~3.0", | |||
"phpunit/phpunit": "^5.4" | |||
"phpunit/phpunit": "^5.4", | |||
"malukenho/docheader": "^0.1.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@malukenho one added dependency to just check some docblocks? I'm quite against this...
@malukenho the fixes on the docblocks are OK, but:
|
@Ocramius there's some file under I agree with you about the dependency, but license is very important to OSS projects, and it's a vital part of any OSS project as it says who can use or not this code. |
@malukenho I'd rather strip the licence from all files than having to deal with this sort of complexity due to vogonism. It's MIT, after all, and we have signed releases, should anybody ever complain about authorship. |
@malukenho LGTM 👍 Thanks! |
Add license checker to buildI did separated commits in case of the license checker be considered overkill, them we can just revert it.