Skip to content

Commit

Permalink
fix lint issues and specs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 committed Dec 27, 2024
1 parent 96d202e commit 85b62d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion common/spec/dependabot/ecosystem_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ def initialize(detected_version, raw_version, deprecated_versions, supported_ver
requirement # requirement
)
end
end.new(package_manager_detected_version, package_manager_raw_version, deprecated_versions, supported_versions, requirement)
end.new(
package_manager_detected_version,
package_manager_raw_version,
deprecated_versions,
supported_versions,
requirement
)
end

let(:language) do
Expand Down
1 change: 1 addition & 0 deletions updater/spec/support/dummy_pkg_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def initialize(name:, version:, deprecated_versions: [], supported_versions: [])
super(
name,
Dependabot::Version.new(version),
Dependabot::Version.new(version),
deprecated_versions,
supported_versions
)
Expand Down

0 comments on commit 85b62d0

Please sign in to comment.