File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/sensu-plugins/sensu-plugins-process-checks.svg?branch=master )] ( https://travis-ci.org/sensu-plugins/sensu-plugins-process-checks )
44[ ![ Gem Version] ( https://badge.fury.io/rb/sensu-plugins-process-checks.svg )] ( http://badge.fury.io/rb/sensu-plugins-process-checks )
5- [ ![ Code Climate] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-process-checks/badges/gpa.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-process-checks )
6- [ ![ Test Coverage] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-process-checks/badges/coverage.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-process-checks )
7- [ ![ Dependency Status] ( https://gemnasium.com/sensu-plugins/sensu-plugins-process-checks.svg )] ( https://gemnasium.com/sensu-plugins/sensu-plugins-process-checks )
85[ ![ Sensu Bonsai Asset] ( https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu )] ( https://bonsai.sensu.io/assets/sensu-plugins/sensu-plugins-process-checks )
96
107## Sensu Asset
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ Gem::Specification.new do |s| # rubocop: disable Metrics/BlockLength
3636 s . add_runtime_dependency 'sys-proctable' , '~> 0.9.8'
3737
3838 s . add_development_dependency 'bundler' , '~> 2.1'
39- s . add_development_dependency 'codeclimate-test-reporter' , '~> 0.4'
4039 s . add_development_dependency 'github-markup' , '~> 3.0'
4140 s . add_development_dependency 'pry' , '~> 0.10'
4241 s . add_development_dependency 'rake' , '~> 13.0'
Original file line number Diff line number Diff line change 1- require 'codeclimate-test-reporter'
2- CodeClimate ::TestReporter . start
You can’t perform that action at this time.
0 commit comments