extinctionrebellion/RebelsManager

View on GitHub
app/services/csv_export/rebel.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Complex method CsvExport::Rebel#extract_info (37.7)
Open

    def extract_info(rebel)
      [
        rebel.id,
        rebel.created_at.strftime("%b %d %Y"),
        rebel.local_group&.name,
Severity: Minor
Found in app/services/csv_export/rebel.rb by flog

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

There are no issues that match your filters.

Category
Status