Class: BasePythonExpectationsHook

Inherits:
Mumukit::Templates::MulangExpectationsHook
  • Object
show all
Defined in:
lib/base/expectations_hook.rb

Instance Method Summary collapse

Instance Method Details

#default_smell_exceptionsObject



4
5
6
# File 'lib/base/expectations_hook.rb', line 4

def default_smell_exceptions
  LOGIC_SMELLS + FUNCTIONAL_SMELLS
end

#domain_languageObject



8
9
10
11
12
13
14
# File 'lib/base/expectations_hook.rb', line 8

def domain_language
  {
    caseStyle: 'RubyCase',
    minimumIdentifierSize: 3,
    jargon: []
  }
end