ammar/regexp_parser

View on GitHub
lib/regexp_parser/syntax/token/unicode_property.rb

Summary

Maintainability
C
1 day
Test Coverage

File unicode_property.rb has 689 lines of code (exceeds 250 allowed). Consider refactoring.
Open

module Regexp::Syntax
  module Token
    module UnicodeProperty
      all = proc { |name| constants.grep(/#{name}/).flat_map(&method(:const_get)) }

Severity: Major
Found in lib/regexp_parser/syntax/token/unicode_property.rb - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status