This repository was archived by the owner on Sep 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +44
-0
lines changed Expand file tree Collapse file tree 5 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ codecov :
2+ branch : master
3+
Original file line number Diff line number Diff line change 1+ service_name : travis-ci
2+
Original file line number Diff line number Diff line change 1+ AllCops :
2+ Exclude :
3+ - lib/prometheus/api_client/version.rb
4+
5+ AlignHash :
6+ EnforcedHashRocketStyle : table
7+
8+ Style/TrailingCommaInArguments :
9+ EnforcedStyleForMultiline : comma
10+
11+ Style/TrailingCommaInLiteral :
12+ EnforcedStyleForMultiline : comma
13+
14+ Metrics/AbcSize :
15+ Max : 18
16+
17+ Metrics/MethodLength :
18+ Max : 23
19+
20+ Metrics/BlockLength :
21+ Exclude :
22+ - ' spec/**/*.rb'
23+
24+ Metrics/LineLength :
25+ Exclude :
26+ - ' spec/**/*.rb'
27+
Original file line number Diff line number Diff line change 1+ sudo : false
2+ language : ruby
3+ # Needed for rainbow 2.2.1 / rubygems issues.
4+ before_install :
5+ - |
6+ if [[ "$(ruby -e 'puts RUBY_VERSION')" != 1.* ]]; then gem update --system; fi
7+ rvm :
8+ - 2.3.3
9+ - 2.4.0
10+
Original file line number Diff line number Diff line change 99gem 'faraday'
1010
1111group :test do
12+ gem 'coveralls'
1213 gem 'json' , '< 2.0' if ruby_version? ( '< 2.0' )
1314 gem 'rake'
1415 gem 'rspec'
16+ gem 'rubocop' , '< 0.42'
1517end
You can’t perform that action at this time.
0 commit comments