Login Security has a good number of issues reported by Drupal Code Sniffer and Coder. Time to cleanup.

Comments

shrop’s picture

Status: Active » Fixed

This issue has been resolved in this commit.

  • Cleaned up code using Drupal Code Sniffer and Coder 7.x-2.x
  • drush coder --minor --comment --i18n --security --sql --style --ignorename login_security
  • Ignored some warning when they were confirmed to be falsely triggered
  • Removed files declaration for login_security.module since it isn't needed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • shrop committed e02be9c on 7.x-1.x, 8.x-1.x
    Issue #2074975 by shrop: Coding standards cleanup
    
    * Cleaned up code...