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
|
class Syntax < Base
|
||||||
properties do
|
properties do
|
||||||
description "Reports invalid Crystal syntax"
|
description "Reports invalid Crystal syntax"
|
||||||
severity Ameba::Severity::Error
|
severity :error
|
||||||
end
|
end
|
||||||
|
|
||||||
def test(source)
|
def test(source)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue