Skip to content

Instantly share code, notes, and snippets.

@sprice
Created July 25, 2012 18:59
Show Gist options
  • Save sprice/3177902 to your computer and use it in GitHub Desktop.
Save sprice/3177902 to your computer and use it in GitHub Desktop.
Severity minor
profiles/chat/modules/contrib/chatroom/chatroom.module:
+156: [minor] Use an indent of 2 spaces, with no tabs
+426: [normal] Use "elseif" in place of "else if"
+593: [minor] Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), !f
ilter_xss() or similar.
+603: [minor] Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), !f
ilter_xss() or similar.
+743: [normal] use stdClass caseCapitalization, it's the one exception to the mixed case style standard
profiles/chat/modules/contrib/chatroom/chatroom_chatbar/chatroom.chatbar.js:
No Problems Found
profiles/chat/modules/contrib/chatroom/chatroom.chatroom.inc:
+-1: [normal] @file block missing
profiles/chat/modules/contrib/chatroom/chatroom.install:
No Problems Found
profiles/chat/modules/contrib/chatroom/chatroom.js:
No Problems Found
Status Messages:
Coder found 1 projects, 5 files, 3 normal warnings, 3 minor warnings, 0 warnings were flagged to be ignored
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment