Skip to content

Commit 5f2960e

Browse files
authored
remove codeclimate integration (#225)
1 parent 84581c0 commit 5f2960e

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ gemspec
55
gem 'rake'
66

77
group :development, :test do
8-
gem 'codeclimate-test-reporter', platforms: :mri
98
gem 'cucumber'
109
gem 'faker', '~> 1.0' # fix for breaking change in faker 2.x
1110
gem 'rspec'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Getting Started [![Build Status](https://travis-ci.org/twitterdev/twitter-ruby-ads-sdk.svg?branch=master)](https://travis-ci.org/twitterdev/twitter-ruby-ads-sdk) [![Code Climate](https://codeclimate.com/github/twitterdev/twitter-ruby-ads-sdk/badges/gpa.svg)](https://codeclimate.com/github/twitterdev/twitter-ruby-ads-sdk) [![Test Coverage](https://codeclimate.com/github/twitterdev/twitter-ruby-ads-sdk/badges/coverage.svg)](https://codeclimate.com/github/twitterdev/twitter-ruby-ads-sdk/coverage) [![Gem Version](https://badge.fury.io/rb/twitter-ads.svg)](http://badge.fury.io/rb/twitter-ads)
1+
Getting Started [![Build Status](https://travis-ci.org/twitterdev/twitter-ruby-ads-sdk.svg?branch=master)](https://travis-ci.org/twitterdev/twitter-ruby-ads-sdk)[![Gem Version](https://badge.fury.io/rb/twitter-ads.svg)](http://badge.fury.io/rb/twitter-ads)
22
------
33

44
##### Installation

spec/spec_helper.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33

44
unless RUBY_PLATFORM =~ /java/ || RUBY_ENGINE =~ /rbx/
55
require 'simplecov'
6-
require 'codeclimate-test-reporter'
76

87
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new(
98
[
10-
SimpleCov::Formatter::HTMLFormatter,
11-
CodeClimate::TestReporter::Formatter
9+
SimpleCov::Formatter::HTMLFormatter
1210
]
1311
)
1412

@@ -22,7 +20,6 @@
2220
require 'faker'
2321

2422
require 'webmock/rspec'
25-
WebMock.disable_net_connect!(allow: 'codeclimate.com')
2623

2724
require 'twitter-ads'
2825
include TwitterAds

0 commit comments

Comments
 (0)