hummingbird-me/kitsu-server

View on GitHub
app/services/zorro/importer/user_importer.rb

Summary

Maintainability
A
1 hr
Test Coverage
F
30%

Method detailed_users has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def self.detailed_users
        Zorro::DB::User.find.batch_size(2000).aggregate([
          {
            '$addFields': {
              detailsId: {
Severity: Minor
Found in app/services/zorro/importer/user_importer.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status