WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/services/create_salesforce_media_record.rb

Summary

Maintainability
A
0 mins
Test Coverage

Duplicate magic comment detected.
Open

# frozen_string_literal: true

Checks for duplicated magic comments.

Example:

# bad

# encoding: ascii
# encoding: ascii

# good

# encoding: ascii

# bad

# frozen_string_literal: true
# frozen_string_literal: true

# good

# frozen_string_literal: true

There are no issues that match your filters.

Category
Status