sapristi-tool/sapristi

View on GitHub
sapristi.gemspec

Summary

Maintainability
Test Coverage

Block has too many lines. [38/25]
Open

Gem::Specification.new do |spec|
  spec.name          = 'sapristi'
  spec.version       = Sapristi::VERSION
  spec.authors       = ['Sapristi dev']
  spec.email         = ['sapristi.tool [at] protonmail.com']
Severity: Minor
Found in sapristi.gemspec by rubocop

This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.

TODO found
Open

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

TODO found
Open

    # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
Severity: Minor
Found in sapristi.gemspec by fixme

TODO found
Open

  # spec.description   = %q{TODO: Write a longer description or delete this line.}
Severity: Minor
Found in sapristi.gemspec by fixme

Line is too long. [85/80]
Open

    # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
Severity: Minor
Found in sapristi.gemspec by rubocop

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 sapristi.gemspec by rubocop

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 sapristi.gemspec by rubocop

Line is too long. [90/80]
Open

  # to allow pushing to a single host or delete this section to allow pushing to any host.
Severity: Minor
Found in sapristi.gemspec by rubocop

Line is too long. [82/80]
Open

  # spec.description   = %q{TODO: Write a longer description or delete this line.}
Severity: Minor
Found in sapristi.gemspec by rubocop

Line is too long. [96/80]
Open

  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
Severity: Minor
Found in sapristi.gemspec by rubocop

Line is too long. [84/80]
Open

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

There are no issues that match your filters.

Category
Status