hardpixel/unaccent

View on GitHub
lib/unaccent/accentmap.rb

Summary

Maintainability
F
1 wk
Test Coverage

File accentmap.rb has 4016 lines of code (exceeds 250 allowed). Consider refactoring.
Open

module Unaccent
  ACCENTMAP = {
    # 00A0 NO-BREAK SPACE
    # ->   0020 SPACE
    "\u{A0}" => " ",
Severity: Major
Found in lib/unaccent/accentmap.rb - About 1 wk to fix

    There are no issues that match your filters.

    Category
    Status