Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Octogonapus committed Dec 11, 2023
1 parent 0398c58 commit 73324a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fanal/analyzer/language/julia/pkg/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (a juliaAnalyzer) parseJuliaManifest(path string, r io.Reader) (*types.Appl
return language.Parse(types.Julia, path, r, a.lockParser)
}

// Removes dependencies not specified as direct dependencies in the Project.toml file.
// Removes extra dependencies (e.g. test dependencies) in the Project.toml file.
// This is not strictly necessary, but given that test dependencies are in flux right now, this is future-proofing.
// https://pkgdocs.julialang.org/v1/creating-packages/#target-based-test-specific-dependencies
func (a juliaAnalyzer) removeExtraDependencies(fsys fs.FS, dir string, app *types.Application) error {
Expand Down

0 comments on commit 73324a1

Please sign in to comment.