Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 committed Jan 16, 2025
1 parent 0ec20f6 commit 1d0e43c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions npm_and_yarn/lib/dependabot/npm_and_yarn/file_updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def self.updated_files_regex

# rubocop:disable Metrics/AbcSize
# rubocop:disable Metrics/PerceivedComplexity
# rubocop:disable Metrics/CyclomaticComplexity
# rubocop:disable Metrics/MethodLength
sig { override.returns(T::Array[DependencyFile]) }
def updated_dependency_files
updated_files = T.let([], T::Array[DependencyFile])
Expand Down Expand Up @@ -100,6 +102,8 @@ def updated_dependency_files
end
# rubocop:enable Metrics/AbcSize
# rubocop:enable Metrics/PerceivedComplexity
# rubocop:enable Metrics/CyclomaticComplexity
# rubocop:enable Metrics/MethodLength

private

Expand Down

0 comments on commit 1d0e43c

Please sign in to comment.