fga-gpp-mds/2017.1-Escola-X

View on GitHub

Showing 3,213 of 3,213 total issues

Tab detected.
Open

    senha.send_keys "12345678"

Tab detected.
Open

    senha.send_keys "12345678"

Use 2 (not 1) spaces for indentation.
Open

    subject_name = 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

    alumn_registry = driver.find_element(:name, 'alumn[registry]')

Use 2 (not 1) spaces for indentation.
Open

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

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

    login.send_keys "363636"

Tab detected.
Open

    alumn_password = driver.find_element(:name, 'alumn[password]')

Tab detected.
Open

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

Use 2 (not 1) spaces for indentation.
Open

    driver.get('http://localhost:3000/subjects/new')

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

    alumn_turn.send_keys 'Matutino'

Use 2 (not 1) spaces for indentation.
Open

    driver.get('http://localhost:3000/notifications/new')

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

    senhaUser = driver.find_element(:name, 'secretary[password]')

Tab detected.
Open

    alumn_address.clear()

Use 2 (not 1) spaces for indentation.
Open

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

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

    matriculaUser.send_keys "153456"

Tab detected.
Open

    parent_cpf.send_keys "02951294174"

Use 2 (not 1) spaces for indentation.
Open

    driver.get('http://localhost:3000/notifications/3')

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

    phoneUser = driver.find_element(:name, 'teacher[phone]')

Tab detected.
Open

    subject_name.send_keys 'Geografia'

Use 2 (not 1) spaces for indentation.
Open

    logoff = driver.find_element(:name, 'loggoffbtn')

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
Severity
Category
Status
Source
Language