class BasePythonExpectationsHook
Public Instance Methods
default_smell_exceptions()
click to toggle source
# File lib/base/expectations_hook.rb, line 4 def default_smell_exceptions LOGIC_SMELLS + FUNCTIONAL_SMELLS end
domain_language()
click to toggle source
# File lib/base/expectations_hook.rb, line 8 def domain_language { caseStyle: 'RubyCase', minimumIdentifierSize: 3, jargon: [] } end