codeclimate/ruby-test-reporter

View on GitHub
codeclimate-test-reporter.gemspec

Summary

Maintainability
Test Coverage

Showing 3 of 3 total issues

Empty line detected around arguments.
Open

Please visit https://docs.codeclimate.com/v1.0/docs/configuring-test-coverage
Severity: Minor
Found in codeclimate-test-reporter.gemspec by rubocop

Use %q only for strings that contain both single quotes and double quotes.
Open

spec.post_install_message = %q(
Code Climate's codeclimate-test-reporter gem has been deprecated in favor of
our language-agnostic unified test reporter. The new test reporter is faster,
distributed as a static binary so dependency conflicts never occur, and
supports parallelized CI builds & multi-language CI configurations.
Severity: Minor
Found in codeclimate-test-reporter.gemspec by rubocop

required_ruby_version (1.9, declared in codeclimate-test-reporter.gemspec) and TargetRubyVersion (2.1, declared in .rubocop.yml) should be equal.
Open

spec.required_ruby_version = ">= 1.9"
Severity: Minor
Found in codeclimate-test-reporter.gemspec by rubocop
Category
Status