[rubygems/rubygems] util/rubocop -A --only Style/EmptyElse

https://github.com/rubygems/rubygems/commit/04227104ac
This commit is contained in:
Hiroshi SHIBATA 2023-03-16 13:41:32 +09:00
Родитель 4ab23df2c4
Коммит f86296fa0a
8 изменённых файлов: 1 добавлений и 16 удалений

Просмотреть файл

@ -180,8 +180,6 @@ class Gem::BasicSpecification
end
end ? fullpath : nil
end
else
nil
end
end

Просмотреть файл

@ -56,8 +56,6 @@ class Gem::Source
return 1 unless @uri.to_s == other.uri.to_s
0
else
nil
end
end

Просмотреть файл

@ -70,8 +70,6 @@ class Gem::Source::Git < Gem::Source
-1
when Gem::Source then
1
else
nil
end
end

Просмотреть файл

@ -20,8 +20,6 @@ class Gem::Source::Installed < Gem::Source
0
when Gem::Source then
1
else
nil
end
end

Просмотреть файл

@ -23,8 +23,6 @@ class Gem::Source::Local < Gem::Source
0
when Gem::Source then
1
else
nil
end
end

Просмотреть файл

@ -24,8 +24,6 @@ class Gem::Source::Lock < Gem::Source
@wrapped <=> other.wrapped
when Gem::Source then
1
else
nil
end
end

Просмотреть файл

@ -18,8 +18,6 @@ class Gem::Source::Vendor < Gem::Source::Installed
0
when Gem::Source then
1
else
nil
end
end
end

Просмотреть файл

@ -270,8 +270,7 @@ class Gem::StreamUI
when /^y/i then true
when /^n/i then false
when /^$/ then default
else nil
end
end
end
return result