Skip to content

Commit 193d22d

Browse files
Fix rubocop violation
Co-authored-by: Landon Grindheim <[email protected]>
1 parent 7ba3e3d commit 193d22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm_and_yarn/lib/dependabot/npm_and_yarn/file_parser/lockfile_parser.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def semver_version_for(version_string)
192192
def alias_package?(requirement)
193193
if Experiments.enabled?(:yarn_berry)
194194
requirement.match?(/@npm:(.+@(?!npm))/)
195-
else
195+
else
196196
requirement.include?("@npm:")
197197
end
198198
end

0 commit comments

Comments
 (0)