somleng/somleng

View on GitHub
app/models/smart_encoding.rb

Summary

Maintainability
A
2 hrs
Test Coverage

File smart_encoding.rb has 285 lines of code (exceeds 250 allowed). Consider refactoring.
Open

class SmartEncoding
  CHARACTERS = {
    "\u00ab" => '"', # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
    "\u00bb" => '"', # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
    "\u201c" => '"', # LEFT DOUBLE QUOTATION MARK
Severity: Minor
Found in app/models/smart_encoding.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status