Commit 593273e4 by Cuong Tran Committed by GitHub

Temporarily disable ClassLength check (correction) (#392)

parent 94eaa424
......@@ -102,11 +102,6 @@ Metrics/LineLength:
Metrics/MethodLength:
Max: 83
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 531
# Offense count: 7
Metrics/PerceivedComplexity:
Max: 43
......
......@@ -2,7 +2,7 @@
{<img src="https://badge.fury.io/rb/annotate.svg" alt="Gem Version" />}[http://badge.fury.io/rb/annotate]
{<img src="https://img.shields.io/gem/dt/annotate.svg?style=flat" />}[https://rubygems.org/gems/annotate]
{<img src="https://travis-ci.org/ctran/annotate_models.png" />}[https://travis-ci.org/ctran/annotate_models]
{<img src="https://travis-ci.org/ctran/annotate_models.svg?branch=develop" />}[https://travis-ci.org/ctran/annotate_models]
{<img src="https://coveralls.io/repos/ctran/annotate_models/badge.svg?branch=develop" />}[https://coveralls.io/r/ctran/annotate_models?branch=develop]
{<img src="https://codeclimate.com/github/ctran/annotate_models/badges/gpa.svg" />}[https://codeclimate.com/github/ctran/annotate_models]
{<img src="https://gemnasium.com/ctran/annotate_models.png" />}[https://gemnasium.com/ctran/annotate_models]
......
machine:
ruby:
version: 2.2.4
# rubocop:disable Metrics/ModuleLength
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'annotate/version'
require 'annotate/annotate_models'
......
# rubocop:disable ClassLength
# rubocop:disable Metrics/ModuleLength
require 'bigdecimal'
module AnnotateModels
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment