-
Notifications
You must be signed in to change notification settings - Fork 66
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
style(agent): drupal code formatting #1029
base: dev
Are you sure you want to change the base?
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1029 +/- ##
=======================================
Coverage 77.58% 77.58%
=======================================
Files 198 198
Lines 27715 27715
=======================================
Hits 21503 21503
Misses 6212 6212
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
While you're at it, could you add clang-format off/on
protection around these lines so that they don't break mid-word on auto-format:
newrelic-php-agent/agent/fw_drupal8.c
Lines 766 to 767 in 1654b33
NR_PSTR("Symfony\\Component\\HttpKernel\\EventListe" | |
"ner\\RouterListener::onKernelRequest"), |
newrelic-php-agent/agent/fw_drupal8.c
Lines 770 to 771 in 1654b33
nr_php_wrap_user_function(NR_PSTR("Symfony\\Component\\HttpKernel\\EventListe" | |
"ner\\RouterListener::onKernelRequest"), |
newrelic-php-agent/agent/fw_drupal8.c
Lines 782 to 783 in 1654b33
nr_php_wrap_user_function(NR_PSTR("Drupal\\Core\\Controller\\ControllerResolv" | |
"er::getControllerFromDefinition"), |
No description provided.