mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Autocasting will do the work
This commit is contained in:
parent
33ef9c6293
commit
adff510cb6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module Ameba::Rule::Lint
|
|||
class Syntax < Base
|
||||
properties do
|
||||
description "Reports invalid Crystal syntax"
|
||||
severity Ameba::Severity::Error
|
||||
severity :error
|
||||
end
|
||||
|
||||
def test(source)
|
||||
|
|
Loading…
Reference in a new issue