Skip to content

Commit

Permalink
docs(model): Trivially improve wording of a TODO statement
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 7, 2024
1 parent 151858e commit ac5aded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/main/kotlin/DependencyGraphNavigator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DependencyGraphNavigator(
override fun scopeNames(project: Project): Set<String> = project.scopeNames.orEmpty()

override fun directDependencies(project: Project, scopeName: String): Sequence<DependencyNode> {
// TODO: Relax the assumption that package manager name start with the name of the type of project
// TODO: Relax this assumption that package manager names start with the name of the type of project
// they manage, for example that "GradleInspector" manages "Gradle" projects.
val managers = graphs.keys.filter { it.startsWith(project.id.type) }

Expand Down

0 comments on commit ac5aded

Please sign in to comment.