I receive following errors for my module:

Review of the 6.x-1.x branch:

  • ./components/ssn.inc: all functions should be prefixed with your module/theme name to avoid name clashes. See http://drupal.org/node/318#naming
    function _webform_defaults_ssn() {
    function _webform_theme_ssn() {
    function _webform_edit_ssn($component) {
    function _webform_render_ssn($component, $value = NULL, $filter = TRUE) {
    function _webform_display_ssn($component, $value, $format = 'html') {
    function _webform_submit_ssn($component, $value) {
    function _webform_analysis_ssn($component, $sids = array()) {
    function _webform_table_ssn($component, $value) {
    function _webform_csv_headers_ssn($component, $export_options) {
    function _webform_csv_data_ssn($component, $export_options, $value) {
    

This automated report was generated with PAReview.sh, your friendly project application review script. Go and review some other project applications, so we can get back to yours sooner.

Source: http://ventral.org/pareview - PAReview.sh online service

According to Webform API:

These are not actual hooks, but instead samples of how Webform integrates with its own built-in components.

Comments

osman’s picture

Should I have posted this at PAReview.sh online service issue queue instead?

klausi’s picture

No, here is just fine. I'm not sure I want to implement an exception for webform, so you can just ignore those errors in the meantime.

osman’s picture

Ok, thanks.
May I have your permission to quote your reply on my project application page? I simply want to avoid any misinterpreting a project reviewer may have.

klausi’s picture

Sure!

jepster_’s picture

Version: » 7.x-1.x-dev
Status: Active » Closed (fixed)

*status update*

Was closed in Version 6.x - couldn't set this old version anymore.