# JSCS Report ### src/mandrill-webhook-mail-forwarder.js | Line | Column | Rule | Message | Evidence | |:----:|:------:|:----:|:--------|:---------| | 26 | 62 | requireCamelCaseOrUpperCaseIdentifiers | All identifiers must be camelCase or UPPER_CASE | ``` if (_.includes(options.dontForwardEmailsFrom, event.msg.↓rom_email)) { ``` | --- #### Summary 1 code style error(s) found.