-
Notifications
You must be signed in to change notification settings - Fork 1.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
Notifysend report to show desktop notifications #39
Conversation
…w a popup message on your desktop
I have no way I can currently test this and I'm not sure what conventions are used in these messages currently. Can I trust that you have tested this thoroughly? |
Hello Greg,
Regards/Mit freundlichen Grüßen -=≡ Geeking around in the name of science since 1982 ≡=- |
The config stuff in PHPCS is very basic. You just go ahead and use config vars in the code and handle defaults. So something like: $path = PHP_CodeSniffer::getConfigData('notifysend_path'); Same would go for the timeout: You set those config vars like this: |
Notifysend report to show desktop notifications
Found a linux box at work to try this one and it worked great. Thanks for the contribution. |
…-pear-cleanup More clean up after removal of PEAR installation support
Follow up after squizlabs#4 and squizlabs#39 The alternative path referred to in the bin scripts and the test bootstrap was specific for running via a PEAR install. This should no longer be needed (nor will this work).
A new Codesniffer report that shows a short popup message on your desktop. Very useful when phpcs is automatically executed when saving a file.