OWASP/railsgoat

View on GitHub
app/assets/javascripts/validation.js

Summary

Maintainability
A
1 hr
Test Coverage

Function validation has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function validation(){
    $("#account_edit").validate({
        rules: {
            "user[password]": {
                required: false,
Severity: Minor
Found in app/assets/javascripts/validation.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status