We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b727956 commit e4da639Copy full SHA for e4da639
1 file changed
_plugins/index_controller.rb
@@ -60,9 +60,8 @@ def sort_repositories(a, b)
60
end
61
62
def filter_repository(repository)
63
- return false unless repository.language == 'PHP'
64
-
65
return true unless repository.description =~ /(\[(?:OLD|DEPRECATED)\])/
+
66
print_repo_error repository, "Tagged as: #{Regexp.last_match(1)}."
67
68
0 commit comments