Skip to content

Commit

Permalink
Merge pull request #313 from symflower/300-ignore-ruby
Browse files Browse the repository at this point in the history
Do not register Ruby language yet, since the test execution feature is still in progress
  • Loading branch information
Munsio authored Aug 5, 2024
2 parents ef58aff + 371cf8b commit 2987562
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions language/ruby/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import (
// Language holds a Ruby language to evaluate a repository.
type Language struct{}

func init() {
language.Register(&Language{})
}

var _ language.Language = (*Language)(nil)

// ID returns the unique ID of this language.
Expand Down

0 comments on commit 2987562

Please sign in to comment.