-
Notifications
You must be signed in to change notification settings - Fork 19
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
Make timeout configurable #44
Conversation
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.
LGTM, obviously merge after tests are fixed, of course 😁
@@ -45,3 +46,4 @@ jobs: | |||
files: "**.php" # you may customize glob as needed | |||
phpcs_path: php phpcs.phar | |||
standard: phpcs.xml | |||
scope: "file" |
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.
There's a bug that causes the default to not respect the standards xml: tinovyatkin/action-php-codesniffer#40
indent changes here don't matter. Leftover from trying to debug phpcs |
Http client timeout should be configurable as the 750ms default is restrictive