tomi77/backbone-forms-validators

View on GitHub
spec/multiple.spec.coffee

Summary

Maintainability
Test Coverage

Line exceeds maximum allowed length
Open

      expect(validator_message 'test@example.com;test@example').toEqual type: 'email', message: 'Invalid'
Severity: Minor
Found in spec/multiple.spec.coffee by coffeelint

Line exceeds maximum allowed length
Open

      expect(validator_message 'test@example').toEqual type: 'email', message: 'Invalid'
Severity: Minor
Found in spec/multiple.spec.coffee by coffeelint

Line exceeds maximum allowed length
Open

      expect(validator_message 'test@example.com;other@example.com').toBeUndefined()
Severity: Minor
Found in spec/multiple.spec.coffee by coffeelint

Line exceeds maximum allowed length
Open

      expect(validator_default 'test@example.com;other@example.com').toBeUndefined()
Severity: Minor
Found in spec/multiple.spec.coffee by coffeelint

Line exceeds maximum allowed length
Open

      expect(validator_colon 'test@example.com,other@example.com').toBeUndefined()
Severity: Minor
Found in spec/multiple.spec.coffee by coffeelint

Line exceeds maximum allowed length
Open

      expect(validator_default 'test@example').toEqual type: 'email', message: Backbone.Form.validators.errMessages.email
Severity: Minor
Found in spec/multiple.spec.coffee by coffeelint

Line exceeds maximum allowed length
Open

      expect(validator_default 'test@example.com;test@example').toEqual type: 'email', message: Backbone.Form.validators.errMessages.email
Severity: Minor
Found in spec/multiple.spec.coffee by coffeelint

There are no issues that match your filters.

Category
Status