Skip to content

Commit 9c6bdcf

Browse files
tmonk42majormoses
authored andcommitted
Remove CodeClimate
1 parent 93ba3c0 commit 9c6bdcf

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
55

66
## [Unreleased]
7+
- removed codeclimate (@tmonk42)
78

89
## [4.0.0] - 2018-12-17
910
### Breaking Changes

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-http.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-http)
44
[![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)
75
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-http.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-http)
86

97
## Functionality

sensu-plugins-http.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
3838
s.add_runtime_dependency 'rest-client', '~> 2.0.2'
3939

4040
s.add_development_dependency 'bundler', '~> 1.7'
41-
s.add_development_dependency 'codeclimate-test-reporter', '~> 1.0'
4241
s.add_development_dependency 'github-markup', '~> 3.0'
4342
s.add_development_dependency 'json', '< 2.0.0'
4443
s.add_development_dependency 'kitchen-docker', '~> 2.6'

test/spec_helper.rb

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
# frozen_string_literal: true
2-
3-
require 'codeclimate-test-reporter'
4-
CodeClimate::TestReporter.start

0 commit comments

Comments
 (0)