struct Ameba::Rules::DebuggerStatement
- Ameba::Rules::DebuggerStatement
- Ameba::Rule
- Struct
- Value
- Object
Overview
A rule that disallows calls to debugger.
This is because we don't want debugger breakpoints accidentally being committed into our codebase.
Defined in:
ameba/rules/debugger_statement.crInstance Method Summary
Instance methods inherited from struct Ameba::Rule
catch(source : Source)
catch,
initialize
initialize,
name
name,
test(source : Source, node : Crystal::ASTNode)test(source : Source) test