struct Ameba::Issue
- Ameba::Issue
- Struct
- Value
- Object
Overview
Represents an issue reported by Ameba.
Defined in:
ameba/issue.crConstructors
Instance Method Summary
- #disabled?(*args, **options)
- #disabled?(*args, **options, &)
- #enabled?(*args, **options)
- #enabled?(*args, **options, &)
-
#end_location : Crystal::Location?
End location of the issue.
-
#location : Crystal::Location?
Location of the issue.
-
#message : String
Issue message.
-
#rule : Rule::Base
A rule that triggers this issue.
-
#status : Status
Issue status.
- #syntax?