twitter/twitter-cldr-rb

View on GitHub
lib/twitter_cldr/shared/code_point.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class CodePoint has 30 methods (exceeds 20 allowed). Consider refactoring.
Open

    class CodePoint
      DECOMPOSITION_REGEX = /^(?:<(.+)>\s+)?(.+)?$/
      MAX_CODE_POINT = 1_112_111

      attr_reader :fields
Severity: Minor
Found in lib/twitter_cldr/shared/code_point.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status