File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,6 @@ Metrics/LineLength:
102
102
Metrics/MethodLength :
103
103
Max : 83
104
104
105
- # Offense count: 2
106
- # Configuration parameters: CountComments.
107
- Metrics/ModuleLength :
108
- Max : 531
109
-
110
105
# Offense count: 7
111
106
Metrics/PerceivedComplexity :
112
107
Max : 43
Original file line number Diff line number Diff line change 2
2
3
3
{<img src="https://badge.fury.io/rb/annotate.svg" alt="Gem Version" />}[http://badge.fury.io/rb/annotate]
4
4
{<img src="https://img.shields.io/gem/dt/annotate.svg?style=flat" />}[https://rubygems.org/gems/annotate]
5
- {<img src="https://travis-ci.org/ctran/annotate_models.png " />}[https://travis-ci.org/ctran/annotate_models]
5
+ {<img src="https://travis-ci.org/ctran/annotate_models.svg?branch=develop " />}[https://travis-ci.org/ctran/annotate_models]
6
6
{<img src="https://coveralls.io/repos/ctran/annotate_models/badge.svg?branch=develop" />}[https://coveralls.io/r/ctran/annotate_models?branch=develop]
7
7
{<img src="https://codeclimate.com/github/ctran/annotate_models/badges/gpa.svg" />}[https://codeclimate.com/github/ctran/annotate_models]
8
8
{<img src="https://gemnasium.com/ctran/annotate_models.png" />}[https://gemnasium.com/ctran/annotate_models]
Original file line number Diff line number Diff line change
1
+ machine :
2
+ ruby :
3
+ version : 2.2.4
Original file line number Diff line number Diff line change
1
+ # rubocop:disable Metrics/ModuleLength
2
+
1
3
$LOAD_PATH. unshift ( File . dirname ( __FILE__ ) )
2
4
require 'annotate/version'
3
5
require 'annotate/annotate_models'
Original file line number Diff line number Diff line change 1
- # rubocop:disable ClassLength
1
+ # rubocop:disable Metrics/ModuleLength
2
+
2
3
require 'bigdecimal'
3
4
4
5
module AnnotateModels
You can’t perform that action at this time.
0 commit comments