Showing 3,213 of 3,213 total issues
Tab detected. Open
senha.send_keys "12345678"
- Exclude checks
Tab detected. Open
senha.send_keys "12345678"
- Exclude checks
Use 2 (not 1) spaces for indentation. Open
subject_name = driver.find_element(:name, 'notification[notification_text]')
- Read upRead up
- Exclude checks
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]')
- Exclude checks
Use 2 (not 1) spaces for indentation. Open
driver.get('http://localhost:3000/notifications/1/edit')
- Read upRead up
- Exclude checks
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"
- Exclude checks
Tab detected. Open
alumn_password = driver.find_element(:name, 'alumn[password]')
- Exclude checks
Tab detected. Open
senha = driver.find_element(:name, 'password')
- Exclude checks
Use 2 (not 1) spaces for indentation. Open
driver.get('http://localhost:3000/subjects/new')
- Read upRead up
- Exclude checks
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'
- Exclude checks
Use 2 (not 1) spaces for indentation. Open
driver.get('http://localhost:3000/notifications/new')
- Read upRead up
- Exclude checks
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]')
- Exclude checks
Tab detected. Open
alumn_address.clear()
- Exclude checks
Use 2 (not 1) spaces for indentation. Open
driver.get('http://localhost:3000/notifications/1')
- Read upRead up
- Exclude checks
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"
- Exclude checks
Tab detected. Open
parent_cpf.send_keys "02951294174"
- Exclude checks
Use 2 (not 1) spaces for indentation. Open
driver.get('http://localhost:3000/notifications/3')
- Read upRead up
- Exclude checks
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]')
- Exclude checks
Tab detected. Open
subject_name.send_keys 'Geografia'
- Exclude checks
Use 2 (not 1) spaces for indentation. Open
logoff = driver.find_element(:name, 'loggoffbtn')
- Read upRead up
- Exclude checks
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