Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
honeyankit committed Apr 26, 2024
1 parent 0609af1 commit 2d2bf58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuget/lib/dependabot/nuget/file_parser.rb
Expand Up @@ -22,6 +22,7 @@ def parse
workspace_path = project_files.first&.directory
return [] unless workspace_path
return [] unless repo_contents_path

# `workspace_path` is the only unique value here so we use it as the cache key
cache = T.let(CacheManager.cache("file_parser.parse"), T::Hash[String, T::Array[Dependabot::Dependency]])
key = workspace_path
Expand Down

0 comments on commit 2d2bf58

Please sign in to comment.