File tree 4 files changed +1
-6
lines changed
4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
5
5
6
6
## [ Unreleased]
7
+ - removed codeclimate (@tmonk42 )
7
8
8
9
## [ 4.0.0] - 2018-12-17
9
10
### Breaking Changes
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/sensu-plugins/sensu-plugins-http.svg?branch=master )] ( https://travis-ci.org/sensu-plugins/sensu-plugins-http )
4
4
[ ![ Gem Version] ( https://badge.fury.io/rb/sensu-plugins-http.svg )] ( http://badge.fury.io/rb/sensu-plugins-http )
5
- [ ![ Code Climate] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-http/badges/gpa.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-http )
6
- [ ![ Test Coverage] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-http/badges/coverage.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-http )
7
5
[ ![ Dependency Status] ( https://gemnasium.com/sensu-plugins/sensu-plugins-http.svg )] ( https://gemnasium.com/sensu-plugins/sensu-plugins-http )
8
6
9
7
## Functionality
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
38
38
s . add_runtime_dependency 'rest-client' , '~> 2.0.2'
39
39
40
40
s . add_development_dependency 'bundler' , '~> 1.7'
41
- s . add_development_dependency 'codeclimate-test-reporter' , '~> 1.0'
42
41
s . add_development_dependency 'github-markup' , '~> 3.0'
43
42
s . add_development_dependency 'json' , '< 2.0.0'
44
43
s . add_development_dependency 'kitchen-docker' , '~> 2.6'
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
-
3
- require 'codeclimate-test-reporter'
4
- CodeClimate ::TestReporter . start
You can’t perform that action at this time.
0 commit comments