class

Flaw::Config

Inherits Reference < Object

Constants

DEFAULT_EXCLUDES = ["lib/", ".git/", "bin/", ".shards/", "rules/"] of ::String

Constructors

load(path : String) : Config
Source
new(excludes : Array(String) = DEFAULT_EXCLUDES.dup, rule_overrides : Hash(String, Flaw::Config::RuleOverride) = {} of String => RuleOverride)
Source

Instance methods

excluded?(path : String) : Bool
Source
excludes
Source
rule_overrides
Source

Nested types