Sha256: bca1cb3ed953eb96ca61d1014fcb11b2f2573a22c48d3e6b2a5660e2bef814aa
Contents?: true
Size: 370 Bytes
Versions: 4
Compression:
Stored size: 370 Bytes
Contents
require 'simplabs/excellent/checks/base' module Simplabs module Excellent module Checks class CyclomaticComplexityCheck < Base #:nodoc: def initialize(interesting_contexts, threshold) super() @interesting_contexts = interesting_contexts @threshold = threshold end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems