codeclimate-test-reporter.gemspec
Showing 3 of 3 total issues
Empty line detected around arguments. Open
Open
Please visit https://docs.codeclimate.com/v1.0/docs/configuring-test-coverage
- Read upRead up
- Exclude checks
Use %q
only for strings that contain both single quotes and double quotes. Open
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.
- Exclude checks
required_ruby_version
(1.9, declared in codeclimate-test-reporter.gemspec) and TargetRubyVersion
(2.1, declared in .rubocop.yml) should be equal. Open
Open
spec.required_ruby_version = ">= 1.9"
- Read upRead up
- Exclude checks