Class: BasePythonExpectationsHook
- Inherits:
-
Mumukit::Templates::MulangExpectationsHook
- Object
- Mumukit::Templates::MulangExpectationsHook
- BasePythonExpectationsHook
show all
- Defined in:
- lib/base/expectations_hook.rb
Instance Method Summary
collapse
Instance Method Details
#default_smell_exceptions ⇒ Object
4
5
6
|
# File 'lib/base/expectations_hook.rb', line 4
def default_smell_exceptions
LOGIC_SMELLS + FUNCTIONAL_SMELLS
end
|
#domain_language ⇒ Object
8
9
10
11
12
13
14
|
# File 'lib/base/expectations_hook.rb', line 8
def domain_language
{
caseStyle: 'RubyCase',
minimumIdentifierSize: 3,
jargon: []
}
end
|