Sha256: 4867bc64d7efc4e78b47d05de788d650c4f752f9f1592217a6a5cfa1a5220615
Contents?: true
Size: 256 Bytes
Versions: 12
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true require 'flay' module RubyCritic class Flay < ::Flay def initialize(paths) super() paths = PathExpander.new([], '').filter_files(paths, DEFAULT_IGNORE) process(*paths) analyze end end end
Version data entries
12 entries across 12 versions & 1 rubygems