fga-gpp-mds/2017.1-Escola-X

View on GitHub

Showing 3,213 of 3,213 total issues

Tab detected.
Open

    phoneUser.send_keys "61983104981"

Use 2 (not 1) spaces for indentation.
Open

    notification_text = driver.find_element(:name, 'notification[notification_text]')

This cops checks for indentation that doesn't use the specified number of spaces.

See also the IndentationConsistency cop which is the companion to this one.

Example:

# bad
class A
 def test
  puts 'hello'
 end
end

# good
class A
  def test
    puts 'hello'
  end
end

Example: IgnoredPatterns: ['^\s*module']

# bad
module A
class B
  def test
  puts 'hello'
  end
end
end

# good
module A
class B
  def test
    puts 'hello'
  end
end
end

Tab detected.
Open

    subject_registry = driver.find_element(:name, 'teacher_registry')

Use 2 (not 1) spaces for indentation.
Open

    button_save = driver.find_element(:name, 'button')

This cops checks for indentation that doesn't use the specified number of spaces.

See also the IndentationConsistency cop which is the companion to this one.

Example:

# bad
class A
 def test
  puts 'hello'
 end
end

# good
class A
  def test
    puts 'hello'
  end
end

Example: IgnoredPatterns: ['^\s*module']

# bad
module A
class B
  def test
  puts 'hello'
  end
end
end

# good
module A
class B
  def test
    puts 'hello'
  end
end
end

Tab detected.
Open

    parent_address = driver.find_element(:name, 'parent[address]')

Tab detected.
Open

    strike_date.send_keys "12122012"

Tab detected.
Open

    parent_address.send_keys "QR 612 Conjunto 12 Casa 21"

Use 2 (not 1) spaces for indentation.
Open

    grade4 = driver.find_element(:name, 'grade[grade_04]')

This cops checks for indentation that doesn't use the specified number of spaces.

See also the IndentationConsistency cop which is the companion to this one.

Example:

# bad
class A
 def test
  puts 'hello'
 end
end

# good
class A
  def test
    puts 'hello'
  end
end

Example: IgnoredPatterns: ['^\s*module']

# bad
module A
class B
  def test
  puts 'hello'
  end
end
end

# good
module A
class B
  def test
    puts 'hello'
  end
end
end

Tab detected.
Open

    parent_phone.send_keys "6133456382"

Tab detected.
Open

    parent_birth = driver.find_element(:name, 'parent[birth_date]')

Tab detected.
Open

    login.send_keys "654321"

Tab detected.
Open

    principal_password.send_keys "12345678"

Tab detected.
Open

    shift = driver.find_element(:name, 'classroom[shift_id]')

Tab detected.
Open

    senha = driver.find_element(:name, 'password')

Tab detected.
Open

    driver.get('http://localhost:3000/employees')

Tab detected.
Open

    entrar.click

Tab detected.
Open

    principal_admission_date.send_keys "19082001"

Tab detected.
Open

    alumn_address = driver.find_element(:name, 'alumn[address]')

Tab detected.
Open

    driver.get('http://localhost:3000/alumns/1/edit')

Tab detected.
Open

    phoneUser.send_keys "61983104999"
Severity
Category
Status
Source
Language