You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even thought the phpmd config specifies that underscores in the beginning are allowed, CodeClimate still complains that underscore-prefixed names of protected methods are not camel-cased. It also says that this issue is both fixed and new, but this issue seems to be addressed in codeclimate/codeclimate-phpmd#41.
Apparently, it is now possible to disable individual checks. Perhaps the phpmd config is now ignored altogether.
The text was updated successfully, but these errors were encountered:
Apparently, it is only possible to disable the check for CamelCase method names. It doesn't seem possible to keep the check, but allow the underscore prefix from CodeClimate config. An issue has been filed with CodeClimate support.
Even thought the phpmd config specifies that underscores in the beginning are allowed, CodeClimate still complains that underscore-prefixed names of protected methods are not camel-cased. It also says that this issue is both fixed and new, but this issue seems to be addressed in codeclimate/codeclimate-phpmd#41.
Apparently, it is now possible to disable individual checks. Perhaps the phpmd config is now ignored altogether.
The text was updated successfully, but these errors were encountered: