Fix rubocop offense in container registry path class
This commit is contained in:
parent
bdc1e1b9e0
commit
8584798886
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ module ContainerRegistry
|
|||
end
|
||||
|
||||
def valid?
|
||||
@nodes.size > 1 &&
|
||||
@nodes.size < Namespace::NUMBER_OF_ANCESTORS_ALLOWED
|
||||
@nodes.size > 1 && @nodes.size < Namespace::NUMBER_OF_ANCESTORS_ALLOWED
|
||||
end
|
||||
|
||||
def components
|
||||
|
|
Loading…
Reference in a new issue