fga-gpp-mds/2017.1-Escola-X

View on GitHub

Showing 3,213 of 3,213 total issues

Use 2 (not 1) spaces for indentation.
Open

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

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

Use 2 (not 1) spaces for indentation.
Open

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

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

Use 2 (not 1) spaces for indentation.
Open

    advertencia = driver.find_element(:name, 'strikebtn')

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

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

Use 2 (not 1) spaces for indentation.
Open

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

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

    entrar.click

Tab detected.
Open

    nameUser.send_keys "Juca Balla"

Tab detected.
Open

    addressUser = driver.find_element(:name, 'secretary[address]')

Tab detected.
Open

    addressUser.send_keys "QR 602 Conjunto 06 Casa 05"

Tab detected.
Open

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

Tab detected.
Open

    subject_name.clear()

Tab detected.
Open

    subject_name.clear()

Tab detected.
Open

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

Tab detected.
Open

    driver.get('http://localhost:3000/parents/5')

Tab detected.
Open

    driver.get('http://localhost:3000/secretaries/7')

Tab detected.
Open

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

Tab detected.
Open

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

Tab detected.
Open

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

Tab detected.
Open

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

Tab detected.
Open

    advertencia.click
Severity
Category
Status
Source
Language