marcelobarreto/supabase-rb

View on GitHub
supabase.gemspec

Summary

Maintainability
Test Coverage

Line is too long. [82/80]
Open

  # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
Severity: Minor
Found in supabase.gemspec by rubocop

This cop checks the length of lines in the source code. The maximum length is configurable. The tab size is configured in the IndentationWidth of the Layout/Tab cop.

Line is too long. [85/80]
Open

    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Severity: Minor
Found in supabase.gemspec by rubocop

This cop checks the length of lines in the source code. The maximum length is configurable. The tab size is configured in the IndentationWidth of the Layout/Tab cop.

Line is too long. [87/80]
Open

  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Severity: Minor
Found in supabase.gemspec by rubocop

This cop checks the length of lines in the source code. The maximum length is configurable. The tab size is configured in the IndentationWidth of the Layout/Tab cop.

There are no issues that match your filters.

Category
Status